forked from GitHub/gf-core
Change extra lib/include directories
This commit is contained in:
7
.github/workflows/build-windows-package.yml
vendored
7
.github/workflows/build-windows-package.yml
vendored
@@ -64,10 +64,13 @@ jobs:
|
||||
cp .libs//msys-jpgf-0.dll /c/tmp-dist/jpgf.dll
|
||||
cp jpgf.jar /c/tmp-dist
|
||||
|
||||
- run: where python
|
||||
|
||||
- name: Build Python bindings
|
||||
shell: msys2 {0}
|
||||
env:
|
||||
EXTRA_INCLUDE_DIRS: /usr/local/include
|
||||
EXTRA_LIB_DIRS: /usr/local/lib
|
||||
EXTRA_INCLUDE_DIRS: /mingw64/include
|
||||
EXTRA_LIB_DIRS: /mingw64/lib
|
||||
run: |
|
||||
cd src/runtime/python
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user