Skip to content

Commit

Permalink
MyGUI uses RelWithDebInfo for Release builds now
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed May 15, 2020
1 parent 21881af commit bf12b04
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 @@ -622,7 +622,7 @@ printf "MyGUI 3.4.0... "
SUFFIX=""
MYGUI_CONFIGURATION="RelWithDebInfo"
fi
add_runtime_dlls "$(pwd)/MyGUI/bin/${CONFIGURATION}/MyGUIEngine${SUFFIX}.dll"
add_runtime_dlls "$(pwd)/MyGUI/bin/${MYGUI_CONFIGURATION}/MyGUIEngine${SUFFIX}.dll"
echo Done.
}
cd $DEPS
Expand Down

0 comments on commit bf12b04

Please sign in to comment.