Fix OpenAL library path

fix-squashed-planets
tomangelo2 2022-09-13 20:45:07 +02:00
parent 2a91d6bf35
commit 0693aa5e1e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
run: cmake -E make_directory build run: cmake -E make_directory build
- name: Run CMake (for Mac) - name: Run CMake (for Mac)
working-directory: build working-directory: build
run: cmake -DCMAKE_INSTALL_PREFIX=/install -DCMAKE_SKIP_INSTALL_RPATH=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEV_BUILD=1 -DPORTABLE=1 -DDESKTOP=1 -DOPENAL_LIBRARY=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/OpenAL.framework/OpenAL.tbd .. run: cmake -DCMAKE_INSTALL_PREFIX=/install -DCMAKE_SKIP_INSTALL_RPATH=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEV_BUILD=1 -DPORTABLE=1 -DDESKTOP=1 -DOPENAL_LIBRARY=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenAL.framework/OpenAL.tbd ..
if: matrix.target_os == 'macos' if: matrix.target_os == 'macos'
- name: Build - name: Build
working-directory: build working-directory: build