mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 23:57:16 +02:00
Fix macOS action
This commit is contained in:
parent
90f99ebfbe
commit
6a3c1f2fd9
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ stage('xz', """
|
|||
!win:
|
||||
git clone -b v5.2.5 https://git.tukaani.org/xz.git
|
||||
cd xz
|
||||
sed -i '' '\\@check_symbol_exists(futimens "sys/types.h;sys/stat.h" HAVE_FUTIMENS)@d' CMakeLists.txt
|
||||
CFLAGS="$UNGUARDED" CPPFLAGS="$UNGUARDED" cmake -B build . \\
|
||||
-D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=$MACOSX_DEPLOYMENT_TARGET \\
|
||||
-D CMAKE_OSX_ARCHITECTURES="x86_64;arm64" \\
|
||||
|
|
Loading…
Add table
Reference in a new issue