mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +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}
|
make -j${make_threads}
|
||||||
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
echo "-> ${cyan}Compile steamshim...${color_reset}"
|
||||||
cd steamshim_parent
|
cd steamshim_parent
|
||||||
mkdir build && cd build
|
# mkdir build && cd build
|
||||||
cmake ..
|
STEAMWORKS=./steamworks make -j${make_threads}
|
||||||
make -j${make_threads}
|
cd .. # cd ../..
|
||||||
cd ../..
|
|
||||||
else
|
else
|
||||||
echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}"
|
echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}"
|
||||||
fi
|
fi
|
||||||
|
|
@ -55,7 +54,7 @@ if [ ! -e $ResourcesDir ]
|
||||||
mkdir -p "$ResourcesDir"
|
mkdir -p "$ResourcesDir"
|
||||||
fi
|
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
|
cp patches/mac/libsteam_api.dylib ./OneShot.app/Contents/Libraries/libsteam_api.dylib
|
||||||
cmake -P patches/mac/CompleteBundle.cmake
|
cmake -P patches/mac/CompleteBundle.cmake
|
||||||
cp assets/icon.icns ./OneShot.app/Contents/Resources/icon.icns
|
cp assets/icon.icns ./OneShot.app/Contents/Resources/icon.icns
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue