Disable compiling steamshim

This commit is contained in:
Vinyl Darkscratch 2019-02-14 02:19:21 -08:00
parent b81474512c
commit dc63f3ea82

View file

@ -26,10 +26,11 @@ if [[ $use_qmake == True ]]
echo "-> ${cyan}Compile engine...${color_reset}"
make -j${make_threads}
echo "-> ${cyan}Compile steamshim...${color_reset}"
cd steamshim_parent
# cd steamshim_parent
# mkdir build && cd build
STEAMWORKS=./steamworks make -j${make_threads}
cd .. # cd ../..
# cmake ..
# STEAMWORKS=./steamworks make -j${make_threads}
# cd ../..
else
echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}"
fi