Created
August 6, 2014 14:30
-
-
Save boyvanamstel/781954f59e2417a518c8 to your computer and use it in GitHub Desktop.
Remove '#define DEBUG 0' from Receigen's receipt.h to be able to use '#ifdef DEBUG'. Add at the bottom of Receigen's build phase script.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remove #define DEBUG 0 | |
awk '!/#define DEBUG 0/' "$DERIVED_FILES_DIR"/receipt.h > "$DERIVED_FILES_DIR"/receipt.temp && mv "$DERIVED_FILES_DIR"/receipt.temp "$DERIVED_FILES_DIR"/receipt.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment