Make Objective-C's categories work.

See more on:
http://stackoverflow.com/questions/2567498/objective-c-categories-in-static-library
This commit is contained in:
Cheng Zhao 2013-06-27 19:53:57 +08:00
parent 5b80e14f38
commit 02ba7d27b9

View file

@ -317,6 +317,9 @@
'LD_RUNPATH_SEARCH_PATHS': [ 'LD_RUNPATH_SEARCH_PATHS': [
'@loader_path/Libraries', '@loader_path/Libraries',
], ],
'OTHER_LDFLAGS': [
'-ObjC',
],
}, },
'copies': [ 'copies': [
{ {