summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2019-05-19 17:01:27 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2019-05-19 17:01:27 -0700
commit2e362598168e73f935146b3b7ec4318390651cc6 (patch)
tree2649af4ce6f0f826dbcb248661cb7ac3c2551ffe /makefile
parent136cc0a23da9281874ee88b7b51174538fcb9269 (diff)
Swap awkward va_list hack for awkward switch hack.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index fe9650b..8605a98 100644
--- a/makefile
+++ b/makefile
@@ -301,7 +301,7 @@ cydo: cydo.cpp
$(cycc) $(plus) -o $@ $(filter %.cpp,$^) $(flag) $(link) -Wno-deprecated-writable-strings
@ldid -T0 -S $@
-postinst: postinst.mm CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h
+postinst: postinst.mm CyteKit/stringWith.mm CyteKit/stringWith.h CyteKit/UCPlatform.h
$(cycc) $(plus) -o $@ $(filter %.mm,$^) $(flag) $(link) -framework CoreFoundation -framework Foundation -framework UIKit
@ldid -T0 -S $@