File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ if [[ -z "$IGIS_LIBRARY_PATH" ]]; then
77 echo " Must provide IGIS_LIBRARY_PATH in environment" 1>&2
88 exit 1
99fi
10+ echo " IGIS_LIBRARY_PATH at $IGIS_LIBRARY_PATH "
11+ echo " LD_LIBRARY_PATH at $LD_LIBRARY_PATH "
1012swift build -Xswiftc -I -Xswiftc $IGIS_LIBRARY_PATH -Xswiftc -L -Xswiftc $IGIS_LIBRARY_PATH -Xswiftc -lIgis
Original file line number Diff line number Diff line change @@ -3,5 +3,10 @@ if [[ -z "$LD_LIBRARY_PATH" ]]; then
33 echo " Must provide LD_LIBRARY_PATH in environment" 1>&2
44 exit 1
55fi
6+ if [[ -z " $IGIS_LIBRARY_PATH " ]]; then
7+ echo " Must provide IGIS_LIBRARY_PATH in environment" 1>&2
8+ exit 1
9+ fi
10+ echo " IGIS_LIBRARY_PATH at $IGIS_LIBRARY_PATH "
611echo " LD_LIBRARY_PATH at $LD_LIBRARY_PATH "
7- swift run -Xswiftc -I -Xswiftc $LD_LIBRARY_PATH -Xswiftc -L -Xswiftc $LD_LIBRARY_PATH -Xswiftc -lIgis
12+ swift run -Xswiftc -I -Xswiftc $IGIS_LIBRARY_PATH -Xswiftc -L -Xswiftc $IGIS_LIBRARY_PATH -Xswiftc -lIgis
You can’t perform that action at this time.
0 commit comments