diff --git a/make-oneshot-mac.command b/make-oneshot-mac.command index 1d68e24..a2fcf17 100755 --- a/make-oneshot-mac.command +++ b/make-oneshot-mac.command @@ -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