From 619bb73d4430b24d1af6acce8309f15f48fb356f Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Mon, 15 Aug 2022 10:36:46 +0200 Subject: [PATCH] Add lost backslash --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 18de69d030..0aa3c721fe 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -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