mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-29 08:41:34 +00:00
Merge branch 'dumb-debug-typo' into 'master'
Fix dumb typo See merge request OpenMW/openmw!3368
This commit is contained in:
commit
8e9ba8101f
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ printf "zlib 1.2.11... "
|
|||
fi
|
||||
add_cmake_opts -DZLIB_ROOT="$(real_pwd)/zlib-1.2.11-msvc2017-win64"
|
||||
for config in ${CONFIGURATIONS[@]}; do
|
||||
if [ $CONFIGURATION == "Debug" ]; then
|
||||
if [ $config == "Debug" ]; then
|
||||
add_runtime_dlls $config "$(pwd)/zlib-1.2.11-msvc2017-win64/bin/zlibd.dll"
|
||||
else
|
||||
add_runtime_dlls $config "$(pwd)/zlib-1.2.11-msvc2017-win64/bin/zlib.dll"
|
||||
|
|
Loading…
Reference in a new issue