mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Re-enable hack for finding C runtime on macOS
This commit is contained in:
@@ -32,9 +32,8 @@ set -x # print commands before executing them
|
|||||||
pushd src/runtime/c
|
pushd src/runtime/c
|
||||||
bash setup.sh configure --prefix="$prefix"
|
bash setup.sh configure --prefix="$prefix"
|
||||||
bash setup.sh build
|
bash setup.sh build
|
||||||
## Install in two places:
|
bash setup.sh install prefix="$prefix" # hack required for GF build on macOS
|
||||||
# bash setup.sh install prefix="$prefix" # for GF build to find
|
bash setup.sh install prefix="$destdir$prefix"
|
||||||
bash setup.sh install prefix="$destdir$prefix" # for inclusion in distribution
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
## Build the python binding to the C run-time system
|
## Build the python binding to the C run-time system
|
||||||
|
|||||||
Reference in New Issue
Block a user