mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Temporarily revert to Makefile for macOS
This commit is contained in:
parent
9aacb5f136
commit
95eec5e482
1 changed files with 4 additions and 5 deletions
|
|
@ -27,10 +27,9 @@ if [[ $use_qmake == True ]]
|
|||
make -j${make_threads}
|
||||
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
||||
cd steamshim_parent
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make -j${make_threads}
|
||||
cd ../..
|
||||
# mkdir build && cd build
|
||||
STEAMWORKS=./steamworks make -j${make_threads}
|
||||
cd .. # cd ../..
|
||||
else
|
||||
echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}"
|
||||
fi
|
||||
|
|
@ -55,7 +54,7 @@ if [ ! -e $ResourcesDir ]
|
|||
mkdir -p "$ResourcesDir"
|
||||
fi
|
||||
|
||||
cp steamshim_parent/build/steamshim ./OneShot.app/Contents/Resources/steamshim
|
||||
cp steamshim_parent/steamshim ./OneShot.app/Contents/Resources/steamshim
|
||||
cp patches/mac/libsteam_api.dylib ./OneShot.app/Contents/Libraries/libsteam_api.dylib
|
||||
cmake -P patches/mac/CompleteBundle.cmake
|
||||
cp assets/icon.icns ./OneShot.app/Contents/Resources/icon.icns
|
||||
|
|
|
|||
Loading…
Reference in a new issue