mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
Change include path when building Java bindings in Windows build
This commit is contained in:
4
.github/workflows/build-windows-package.yml
vendored
4
.github/workflows/build-windows-package.yml
vendored
@@ -62,8 +62,8 @@ jobs:
|
||||
run: |
|
||||
cd src/runtime/java
|
||||
make \
|
||||
JNI_INCLUDES="-I \"/c/Program Files/Java/jdk8u275-b01/include\" -I \"/c/Program Files/Java/jdk8u275-b01/include/win32\" -I \"/mingw64/local/include\" " \
|
||||
WINDOWS_LDFLAGS="-L\"/mingw64/local/lib\" -no-undefined"
|
||||
JNI_INCLUDES="-I \"/c/Program Files/Java/jdk8u275-b01/include\" -I \"/c/Program Files/Java/jdk8u275-b01/include/win32\" -I \"/mingw64/include\" " \
|
||||
WINDOWS_LDFLAGS="-L\"/mingw64/lib\" -no-undefined"
|
||||
make install
|
||||
|
||||
# - name: Upload Java bindings to artifact
|
||||
|
||||
Reference in New Issue
Block a user