osxcross/patches/cctools-ld64-2.patch
Thomas Pöchtrager d502ab0138 use a nifty preprocessor trick to workaround the __block issue in unistd.h
get rid of the  || exit 1  in build.sh by using  set -e
2014-03-26 20:29:50 +01:00

12 lines
312 B
Diff

--- ld64/src/ld/Snapshot.cpp 2013-10-02 20:08:31.672088145 +0200
+++ ld64/src/ld/Snapshot.cpp 2013-10-02 20:08:42.330088934 +0200
@@ -15,7 +15,7 @@
#include <sys/stat.h>
#include <libgen.h>
#include <time.h>
-#include <Block.h>
+#include <BlocksRuntime/Block.h>
#include "Snapshot.h"
#include "Options.h"