We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37633a commit bddbc74Copy full SHA for bddbc74
.travis.yml
@@ -10,6 +10,7 @@ before_install:
10
- sudo ./LibcWrapGenerator --target 2.7 --libdir /lib --output libcwrap.h
11
- sudo cp ./libcwrap.h /usr/include/
12
- cd -
13
+ - find /usr/include/ -name auxv.h
14
15
script:
16
- export CC='gcc -U_FORTIFY_SOURCE -include /usr/include/libcwrap.h'
0 commit comments