forked from teamnwah/openmw-tes3coop
One letter wrong, oops
This commit is contained in:
parent
d781846f53
commit
6abc3c04bd
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ printf "OpenAL-Soft 1.17.2... "
|
|||
OPENAL_SDK="$(real_pwd)/openal-soft-1.17.2-bin"
|
||||
|
||||
add_cmake_opts -DOPENAL_INCLUDE_DIR="${OPENAL_SDK}/include/AL" \
|
||||
-DOPENAL_LIBRARY="${OPENAL_SD}K/libs/Win${BITS}/OpenAL32.lib"
|
||||
-DOPENAL_LIBRARY="${OPENAL_SDK}/libs/Win${BITS}/OpenAL32.lib"
|
||||
|
||||
echo Done.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue