diff options
author | Richard Allen <ra@ra.is> | 2012-12-20 00:15:17 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:30:21 +0000 |
commit | 4a08e3d6f62733ac3caa5280fb34214354b29690 (patch) | |
tree | b05ff3d019621f8edb4026c1172676c844bb36d6 /Makefile | |
parent | a9ef7b6bddb4d196b1339c086bb8daec829386b4 (diff) |
Changed the MacOS-X build system to make UB's containing i386 and x86_64 arches and made make-macosx.sh not build UB's but only standard binaries
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -998,7 +998,7 @@ define DO_REF_STR $(echo_cmd) "REF_STR $<" $(Q)rm -f $@ $(Q)echo "const char *fallbackShader_$(notdir $(basename $<)) =" >> $@ -$(Q)cat $< | sed 's/\\/\\\\/;s/\t/\\t/;s/\"/\\"/;s/$$/\\n"/;s/^/"/' >> $@ +$(Q)cat $< | sed 's/^/\"/;s/$$/\\n\"/' >> $@ $(Q)echo ";" >> $@ endef |