mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-28 02:06:11 +01:00
I believe web services disabled can be re-enabled in macos
parent
fef781469e
commit
9a2e0e982b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export Qt5_DIR="/opt/homebrew/opt/qt@5/lib/cmake"
|
|||
|
||||
export LIBVULKAN_PATH=/opt/homebrew/lib/libvulkan.dylib
|
||||
|
||||
cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUYU_USE_BUNDLED_VCPKG=OFF -DSUYU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF -DENABLE_LIBUSB=OFF -DCLANG_FORMAT=ON -DSDL2_DISABLE_INSTALL=ON -DSDL_ALTIVEC=ON
|
||||
cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUYU_USE_BUNDLED_VCPKG=OFF -DSUYU_TESTS=OFF -DENABLE_WEB_SERVICE=ON -DENABLE_LIBUSB=OFF -DCLANG_FORMAT=ON -DSDL2_DISABLE_INSTALL=ON -DSDL_ALTIVEC=ON
|
||||
|
||||
ninja
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue