]> git.saurik.com Git - patcyh.git/blobdiff - makefile
We also must support the original .appex use case.
[patcyh.git] / makefile
index f30dc74d3f20e2c74b91eab4052b9c0040637398..dca5f8ed4f5664f2b606b05cdba535c6159d0735 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,6 +12,7 @@ clean:
 flags := -Os -Werror
 flags += -framework CoreFoundation
 flags += -framework Foundation
+flags += -marm
 
 lib%.dylib: %.mm
        cycc -i2.0 -o$@ -- -dynamiclib $(flags) $(filter-out %.hpp,$^) $($@) -lobjc