1
0
forked from GitHub/gf-core

Create symlink to JNI headers in a place where the Java runtime makefile looks

This commit is contained in:
John J. Camilleri
2020-11-19 00:40:51 +01:00
parent 0b3ae5aaa2
commit a072b4688b

View File

@@ -32,7 +32,7 @@ jobs:
- name: Build macOS package
run: |
export CPPFLAGS="-I/usr/local/opt/openjdk/include"
ln -s /usr/local/opt/openjdk/include /Library/Java/Home/include
make pkg
- name: Upload artifact