mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 04:08:04 -05:00
Ideally this should be set for executable targets that use Objective-C (and have deployment target set to 10.7). This change is a quick fix for not having pure C++ tests leak. For more info see https://github.com/sorbits/rdar/blob/master/LeakWith10_7ObjCRunTime/README.md
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
BUILD = app
|
|
FLAGS += -D'APP_REVISION=$APP_REVISION' -DCOMPILE_DATE=\"`date +%Y-%m-%d`\"
|
|
LN_FLAGS += -fobjc-link-runtime
|
|
TARGETS = */target
|