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

Remove 'mac32' and add 'osx' special targets.

This commit is contained in:
John Preston
2019-11-05 15:27:42 +03:00
parent 9a44531953
commit b94ed1fc3b
14 changed files with 96 additions and 98 deletions

View File

@@ -33,7 +33,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout db1239ce64
git checkout b0ec5df
cd ../
git clone https://chromium.googlesource.com/external/gyp
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
@@ -50,7 +50,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout db1239ce64
git checkout b0ec5df
cd ../
git clone --branch 0.9.1 https://github.com/ericniebler/range-v3
@@ -60,7 +60,7 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone https://github.com/telegramdesktop/zlib.git
git clone https://github.com/desktop-app/zlib.git
cd zlib
CFLAGS="-mmacosx-version-min=10.10 -Werror=unguarded-availability-new" LDFLAGS="-mmacosx-version-min=10.10" ./configure
make $MAKE_THREADS_CNT