From 8aa3f1dcfc378b465dc85621d10f32b909b4b34d Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Sun, 7 Oct 2018 10:53:30 -0700 Subject: [PATCH] Look for Steamworks in local path --- README.md | 1 + make-oneshot-mac.command | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 434c663..232ee30 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Thanks to [hunternet93](https://github.com/hunternet93) for starting the reimple * Ruby * Python 3 (journal reimplementation only) * PyQt5 for Python 3 (journal reimplementation only) +* Steamworks SDK (optional, place contents of sdk folder in ZIP into "steamworks" folder in root) ### Building with Conan diff --git a/make-oneshot-mac.command b/make-oneshot-mac.command index 9eecc45..af333f5 100755 --- a/make-oneshot-mac.command +++ b/make-oneshot-mac.command @@ -7,8 +7,6 @@ cd `dirname $0` mac_version="1.1.0" make_threads=8 ONESHOT_PATH=$HOME/Library/Application\ Support/Steam/steamapps/common/OneShot -STEAMWORKS_PATH=$HOME/Developer/downloaded/steamworks - # Colors white="\033[0;37m" # White - Regular bold="\033[1;37m" # White - Bold @@ -30,7 +28,7 @@ if [[ $use_qmake == True ]] echo "-> ${cyan}Compile steamshim...${color_reset}" cd steamshim_parent mkdir build && cd build - cmake -DSTEAMWORKS_PATH=${STEAMWORKS_PATH} .. + cmake .. make -j${make_threads} cd ../.. else