]> git.saurik.com Git - cycript.git/blobdiff - makefile
Mostly fixed the E4X situation, checkpointing for NoRE hell.
[cycript.git] / makefile
index 18cea089b773917f2b169354a658758961edc79b..3e3006d38c48195127a655d8fb0088c213a14a86 100644 (file)
--- a/makefile
+++ b/makefile
@@ -26,7 +26,7 @@ code += Cycript.tab.o lex.cy.o
 code += Network.o Parser.o
 code += JavaScriptCore.o Library.o
 
-filters := C #E4X
+filters := C E4X
 ldid := true
 dll := so
 apr := $(shell apr-1-config --link-ld)