1
0
forked from GitHub/gf-core

Try removing something that looks like a typo

This commit is contained in:
John J. Camilleri
2020-11-09 21:12:23 +01:00
parent 6e2f34f4d0
commit f6eb94c33b
2 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ set -x # print commands before executing them
pushd src/runtime/c
bash setup.sh configure --prefix="$prefix"
bash setup.sh build
bash setup.sh install prefix="$destdir$prefix"
bash setup.sh install prefix="$prefix"
popd
## Build the python binding to the C run-time system
@@ -72,7 +72,7 @@ export DYLD_LIBRARY_PATH="$extralib" LD_LIBRARY_PATH="$extralib"
cabal install -w "$ghc" --only-dependencies -fserver -fc-runtime $extra
cabal configure -w "$ghc" --prefix="$prefix" -fserver -fc-runtime $extra
cabal build
# Building the example grammars will fail, because the RGL is missing
# Building the example grammars will fail, because the RGL is missing
cabal copy --destdir="$destdir" # create www directory
## Build the RGL and copy it to $destdir