Permalink
Browse files
export F2CLIB_DIR instead of LDPATH
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
bin/compile
|
@@ -65,7 +65,8 @@ PATH="$VENDORED_F2C/bin:$BUILD_DIR/bin:$PATH" |
|
|
INCLUDE_PATH="$VENDORED_F2C/include"
|
|
|
export CPATH="$INCLUDE_PATH"
|
|
|
export CPPPATH="$INCLUDE_PATH"
|
|
|
-export LDPATH="$VENDORED_F2C/lib"
|
|
|
+export F2CLIB_DIR="$VENDORED_F2C/lib"
|
|
|
+echo "exporting F2CLIB_DIR to be used in Makefile" | indent
|
|
|
|
|
|
# make
|
|
|
cd $BUILD_DIR
|
|
|
0 comments on commit
47055ec