diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-19 00:40:51 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-19 00:40:51 +0100 |
| commit | a072b4688b6045d2054d4910cccc26042544aae5 (patch) | |
| tree | d31a642fbd25bceda193c48001adb8b2519917a1 /.github/workflows | |
| parent | 0b3ae5aaa28232353d787eac5a86d4298c50270c (diff) | |
Create symlink to JNI headers in a place where the Java runtime makefile looks
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 2 |
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 |
