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:
parent
451dfd7b54
commit
8620d0e622
1 changed files with 0 additions and 6 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue