mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
Disable compiling steamshim
This commit is contained in:
parent
b81474512c
commit
dc63f3ea82
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue