We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @arsv
In try_compile the extension seems to be optional (parameter?)
try_compile
try_compile() { require 'cc' require '_o'
but in checksize() readelf and objdump checks seem to use a hard-coded .out extension
checksize()
readelf
objdump
.out
if not try_readelf --syms > try.out 2>>$cfglog; then
The text was updated successfully, but these errors were encountered:
Sorry please ignore this, my mistake.
Sorry, something went wrong.
No branches or pull requests
Hello @arsv
In
try_compile
the extension seems to be optional (parameter?)but in
checksize()
readelf
andobjdump
checks seem to use a hard-coded.out
extensionThe text was updated successfully, but these errors were encountered: