mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Fix build on OS X
This commit is contained in:
parent
68093986b5
commit
20ecb34acc
1
Makefile
1
Makefile
@ -7,6 +7,7 @@ export RUST_TARGET_PATH=$(ROOT)/targets
|
||||
export CFLAGS=-nostartfiles -nostdlib -nodefaultlibs \
|
||||
-undef -imacros $(ROOT)/libc-artifacts/define.h \
|
||||
-isystem $(ROOT)/libc-artifacts/usr/include \
|
||||
-L $(ROOT)/libc-artifacts/usr/lib \
|
||||
-fno-stack-protector -U_FORTIFY_SOURCE
|
||||
|
||||
# Kernel variables
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 0f3467ff1925c0b03b58110aeda924b38ae1c6fc
|
||||
Subproject commit 4bff613d3c4214ef4081427ab0a74d8f6f724935
|
||||
Loading…
Reference in New Issue
Block a user