Commit d0dcbdce authored by Jason Madden's avatar Jason Madden

Another go with paths

parent 41f88fa9
...@@ -366,7 +366,7 @@ jobs: ...@@ -366,7 +366,7 @@ jobs:
GEVENTSETUP_EV_VERIFY: 1 GEVENTSETUP_EV_VERIFY: 1
run: | run: |
# These need to be absolute paths # These need to be absolute paths
export BUILD_LIBS="$HOME/.libs/lib" export BUILD_LIBS="$HOME/.libs/"
mkdir -p $BUILD_LIBS mkdir -p $BUILD_LIBS
export LDFLAGS=-L$BUILD_LIBS/lib export LDFLAGS=-L$BUILD_LIBS/lib
export CPPFLAGS="-I$BUILD_LIBS/include" export CPPFLAGS="-I$BUILD_LIBS/include"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment