mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Fixed release build of Breakpad on clean macOS.
This commit is contained in:
@@ -403,7 +403,7 @@ win:
|
|||||||
depends:patches/gyp.diff
|
depends:patches/gyp.diff
|
||||||
git apply $LIBS_DIR/patches/gyp.diff
|
git apply $LIBS_DIR/patches/gyp.diff
|
||||||
mac:
|
mac:
|
||||||
python3 -m pip install git+https://github.com/nodejs/gyp-next@v0.10.0
|
python3 -m pip install git+https://github.com/desktop-app/gyp-next@v0.10.1
|
||||||
mkdir gyp
|
mkdir gyp
|
||||||
""", 'ThirdParty')
|
""", 'ThirdParty')
|
||||||
|
|
||||||
@@ -750,7 +750,7 @@ release:
|
|||||||
cd ../../tools/mac/dump_syms
|
cd ../../tools/mac/dump_syms
|
||||||
xcodebuild -project dump_syms.xcodeproj -target dump_syms -configuration Release build
|
xcodebuild -project dump_syms.xcodeproj -target dump_syms -configuration Release build
|
||||||
cd ../../../build
|
cd ../../../build
|
||||||
./gyp_breakpad
|
python3 gyp_breakpad
|
||||||
cd ../processor
|
cd ../processor
|
||||||
xcodebuild -project processor.xcodeproj -target minidump_stackwalk -configuration Release build
|
xcodebuild -project processor.xcodeproj -target minidump_stackwalk -configuration Release build
|
||||||
""")
|
""")
|
||||||
|
Reference in New Issue
Block a user