mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Inherit path with Python compilation too
This commit is contained in:
1
.github/workflows/build-windows-package.yml
vendored
1
.github/workflows/build-windows-package.yml
vendored
@@ -67,6 +67,7 @@ jobs:
|
|||||||
- name: Build Python bindings
|
- name: Build Python bindings
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
env:
|
env:
|
||||||
|
MSYS2_PATH_TYPE: inherit
|
||||||
EXTRA_INCLUDE_DIRS: /mingw64/include
|
EXTRA_INCLUDE_DIRS: /mingw64/include
|
||||||
EXTRA_LIB_DIRS: /mingw64/lib
|
EXTRA_LIB_DIRS: /mingw64/lib
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user