2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed Github CI macOS build.

This commit is contained in:
23rd
2021-06-01 20:36:36 +03:00
committed by John Preston
parent ce413f2946
commit 245be4cd63
2 changed files with 14 additions and 4 deletions

View File

@@ -112,12 +112,12 @@ Go to ***BuildPath*** and run
cd out
mkdir Debug
cd Debug
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../..
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../..
ninja
cd ..
mkdir Release
cd Release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..
ninja
cd ../../..