-
Notifications
You must be signed in to change notification settings - Fork 2k
m4: flag '-FS' available since VS2013(v12) #9515
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
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -50,7 +50,8 @@ def _configure_autotools(self): | |||
# The somewhat older configure script of m4 does not understand the canonical names of Visual Studio | |||
build_canonical_name = False | |||
host_canonical_name = False | |||
autotools.flags.append("-FS") | |||
if int(str(self.settings.compiler.version)) >= 12: |
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.
if int(str(self.settings.compiler.version)) >= 12: | |
if tools.Version(self.settings.compiler.version) >= "12": |
I detected other pull requests that are modifying m4/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
Sorry, the build is only launched for Access Request users. You can request access writing in this issue. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: m4/all
conanfile.py for package "m4" has a bug. Flag "-FS" isn't available for VisualStudio under 2013(v12).