Skip to content
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

More robust NCrystal DEPENDENCY to ensure libNCrystal.so is ignored during the compilation step #1680

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

tkittel
Copy link
Contributor

@tkittel tkittel commented Aug 29, 2024

As seen in mccode-dev/mccode-antlr#54, the current NCrystal DEPENDENCY line puts out a library name like /some/where/libNCrystal.so which in the antlr context ends up being misunderstood by gcc which goes on to compile that as a source file. This PR simple adds -Wl, in from of /some/where/libNCrystal.so which should hopefully prevent this.

@tkittel tkittel merged commit 9a5b035 into mccode-dev:main Aug 29, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant