From 20ecb34acc2758a083654dbaaa6503c4ecab1f09 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 2 Jan 2017 17:04:30 -0700 Subject: [PATCH] Fix build on OS X --- Makefile | 1 + libc-artifacts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2062506..c8d454e 100644 --- a/Makefile +++ b/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 diff --git a/libc-artifacts b/libc-artifacts index 0f3467f..4bff613 160000 --- a/libc-artifacts +++ b/libc-artifacts @@ -1 +1 @@ -Subproject commit 0f3467ff1925c0b03b58110aeda924b38ae1c6fc +Subproject commit 4bff613d3c4214ef4081427ab0a74d8f6f724935