-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add faac/1.28 #7414
add faac/1.28 #7414
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! 👍
Please, use targets to consume packages: https://github.com/conan-io/conan-center-index/blob/master/docs/reviewing.md#cmake-targets (more info).
All green in build 4 (
|
return self._autotools | ||
self._autotools = AutoToolsBuildEnvironment(self, win_bash=tools.os_info.is_windows) | ||
with tools.chdir(os.path.join(self.build_folder, self._source_subfolder)): | ||
self.run("./bootstrap", win_bash=tools.os_info.is_windows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest enforcing chmod +x just in case, depending the environment, the user can have a permission error. There is an example here
Specify library name and version: faac/1.28
conan-center hook activated.