mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 13:59:57 +00:00
Look for Steamworks in local path
This commit is contained in:
parent
ea50467100
commit
8aa3f1dcfc
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue