mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 18:14:51 +00:00
fix(build): update macOS build process by adding architecture flags for Clang and improving handling of Mach-O binaries
This commit is contained in:
@@ -384,6 +384,10 @@ jobs:
|
||||
env:
|
||||
PY_X64: ${{ steps.python_x64.outputs.python-path }}
|
||||
ARCHFLAGS: "-arch x86_64"
|
||||
CC: "clang -arch x86_64"
|
||||
CXX: "clang++ -arch x86_64"
|
||||
CFLAGS: "-arch x86_64"
|
||||
LDFLAGS: "-arch x86_64"
|
||||
PKG_CONFIG_PATH: "/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig"
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
Reference in New Issue
Block a user