mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 03:08:55 -06:00
Try removing something that looks like a typo
This commit is contained in:
2
.github/workflows/build-macos-package.yml
vendored
2
.github/workflows/build-macos-package.yml
vendored
@@ -34,8 +34,6 @@ jobs:
|
|||||||
- name: Build macOS package
|
- name: Build macOS package
|
||||||
run: |
|
run: |
|
||||||
make pkg
|
make pkg
|
||||||
env:
|
|
||||||
PREFIX: /Users/runner/work/gf-core/gf-core/dist/gf-3.10.4-git/
|
|
||||||
|
|
||||||
- name: Copy packages
|
- name: Copy packages
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ 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
|
||||||
bash setup.sh install prefix="$destdir$prefix"
|
bash setup.sh install prefix="$prefix"
|
||||||
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