]> git.saurik.com Git - cycript.git/blobdiff - makefile
Mostly implemented Struct support.
[cycript.git] / makefile
index 84940116ea5db41fc1dbb67fc7c3315c5ffd0e2a..a4c2478c9f7005abd8ea9f7c15221b49246bd658 100644 (file)
--- a/makefile
+++ b/makefile
@@ -25,7 +25,7 @@ libcycript.plist: Bridge.def
                if [[ $$1 =~ [#fl:] ]]; then \
                    continue; \
                fi; \
-               echo "$$2 = ($$1, \"$$3\");";  \
+               echo "$$2 = ($$1, \"$${3//\"/\\\"}\");";  \
            done; \
            echo '},{'; \
            grep ^: Bridge.def | sed -e 's/^: \([^ ]*\) \(.*\)/"\1" = "\2";/'; \