mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
rely on gcc for static builds on macos
This commit is contained in:
parent
fe524a1fa5
commit
f4a0658585
@ -824,7 +824,7 @@ elseif(MSVC)
|
||||
set(EXE_LDFLAGS "/STACK:16777216")
|
||||
elseif(ZIG_STATIC)
|
||||
if(APPLE)
|
||||
set(EXE_LDFLAGS " ")
|
||||
set(EXE_LDFLAGS "-static-libgcc -static-libstdc++")
|
||||
else()
|
||||
set(EXE_LDFLAGS "-static")
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user