mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 07:45:39 +00:00
Add lost backslash
This commit is contained in:
parent
944e748971
commit
619bb73d44
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ printf "${OSG_ARCHIVE_NAME}... "
|
|||
"$(pwd)/OSG/bin/osg162-osg"{,Animation,DB,FX,GA,Particle,Text,Util,Viewer,Shadow}${SUFFIX}.dll
|
||||
else
|
||||
add_runtime_dlls $CONFIGURATION "$(pwd)/OSG/bin/"{OpenThreads,icuuc58,libpng16,zlib}${SUFFIX}.dll \
|
||||
"$(pwd)/OSG/bin/libxml2"${SUFFIX_UPCASE}.dll
|
||||
"$(pwd)/OSG/bin/libxml2"${SUFFIX_UPCASE}.dll \
|
||||
"$(pwd)/OSG/bin/osg"{,Animation,DB,FX,GA,Particle,Text,Util,Viewer,Shadow}${SUFFIX}.dll
|
||||
add_runtime_dlls $CONFIGURATION "$(pwd)/OSG/bin/icudt58.dll"
|
||||
if [ $CONFIGURATION == "Debug" ]; then
|
||||
|
|
Loading…
Reference in a new issue