1
0
forked from GitHub/gf-rgl

Add dist to --gf-lib-path in Make.sh

Otherwise an externally set GF_LIB_PATH will mess it up
Might also need to make same change in Make.hs
This commit is contained in:
John J. Camilleri
2018-08-10 18:27:19 +02:00
parent 0fe46a6d17
commit 989c6f5893

View File

@@ -53,7 +53,7 @@ fi
# A few more definitions before we get started
src="src"
dist="dist"
gfc="${gf} --batch --quiet"
gfc="${gf} --batch --quiet --gf-lib-path=${dist}"
# Make directories if not present
mkdir -p "${dist}/prelude"