Disable compiling steamshim
This commit is contained in:
parent
b81474512c
commit
dc63f3ea82
|
|
@ -26,10 +26,11 @@ if [[ $use_qmake == True ]]
|
||||||
echo "-> ${cyan}Compile engine...${color_reset}"
|
echo "-> ${cyan}Compile engine...${color_reset}"
|
||||||
make -j${make_threads}
|
make -j${make_threads}
|
||||||
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
||||||
cd steamshim_parent
|
# cd steamshim_parent
|
||||||
# mkdir build && cd build
|
# mkdir build && cd build
|
||||||
STEAMWORKS=./steamworks make -j${make_threads}
|
# cmake ..
|
||||||
cd .. # cd ../..
|
# STEAMWORKS=./steamworks make -j${make_threads}
|
||||||
|
# cd ../..
|
||||||
else
|
else
|
||||||
echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}"
|
echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue