From dc63f3ea82f608f1a86d27b2c22287a334d55674 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 14 Feb 2019 02:19:21 -0800 Subject: [PATCH] Disable compiling steamshim --- make-oneshot-mac.command | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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