Skip to content

Commit dbf2de7

Browse files
committed
openal-macos
1 parent 29129d2 commit dbf2de7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

external_deps/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,9 @@ build_openal() {
694694
cd "${dir_name}"
695695

696696
cmake_build \
697-
-DBUILD_LIBS_SHARED=ON
697+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
698+
-DALSOFT_EXAMPLES=OFF \
699+
-DLIBTYPE=SHARED
698700

699701
install_name_tool -id "@rpath/libopenal.${OPENAL_VERSION}.dylib" "${PREFIX}/lib/libopenal.${OPENAL_VERSION}.dylib"
700702
;;

0 commit comments

Comments
 (0)