1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-02 04:21:34 +00:00

Cleanup(before_script_msvc): Don't use symlinks for raknet anymore

This commit is contained in:
Dave Corley 2023-10-04 00:27:27 -05:00
parent 451dfd7b54
commit 8620d0e622

View file

@ -1161,12 +1161,6 @@ if [ -n "${TEST_FRAMEWORK}" ]; then
add_cmake_opts -DGMOCK_MAIN_LIBRARY_DEBUG="${GOOGLETEST_DIR}/build/lib/Debug/gmock_main.lib"
fi
# Saint Addition:
# assume a symlink for googletest and raknet
RAKNET_ROOT="${DEPS}/raknet"
add_cmake_opts -DRAKNET_ROOT="$RAKNET_ROOT"
export RAKNET_ROOT
if [ -n "$ACTIVATE_MSVC" ]; then
echo -n "- Activating MSVC in the current shell... "
command -v vswhere >/dev/null 2>&1 || { echo "Error: vswhere is not on the path."; wrappedExit 1; }