Skip to content

Commit

Permalink
One letter wrong, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Aug 28, 2016
1 parent d781846 commit 6abc3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down

0 comments on commit 6abc3c0

Please sign in to comment.