summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-19 00:40:51 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-19 00:40:51 +0100
commita072b4688b6045d2054d4910cccc26042544aae5 (patch)
treed31a642fbd25bceda193c48001adb8b2519917a1 /.github
parent0b3ae5aaa28232353d787eac5a86d4298c50270c (diff)
Create symlink to JNI headers in a place where the Java runtime makefile looks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-macos-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml
index 5b751a9d6..55f60d2c8 100644
--- a/.github/workflows/build-macos-package.yml
+++ b/.github/workflows/build-macos-package.yml
@@ -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