mirror of https://github.com/axmolengine/axmol.git
fix error.
This commit is contained in:
parent
812ad7cd5b
commit
8400ce2e84
|
@ -962,7 +962,6 @@
|
|||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../../external/lua/luajit/prebuilt/ios",
|
||||
"$(SRCROOT)/../../../../external/lua/lua/prebuilt/ios",
|
||||
"/Users/bo/cocos2d-x/external/lua/lua/prebuilt/ios",
|
||||
);
|
||||
"OTHER_LDFLAGS[sdk=iphonesimulator7.1]" = "-llua";
|
||||
"OTHER_LDFLAGS[sdk=iphonesimulator8.0]" = "-llua";
|
||||
|
@ -988,7 +987,6 @@
|
|||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../../external/lua/luajit/prebuilt/ios",
|
||||
"$(SRCROOT)/../../../../external/lua/lua/prebuilt/ios",
|
||||
"/Users/bo/cocos2d-x/external/lua/lua/prebuilt/ios",
|
||||
);
|
||||
"OTHER_LDFLAGS[sdk=iphonesimulator7.1]" = "-llua";
|
||||
"OTHER_LDFLAGS[sdk=iphonesimulator8.0]" = "-llua";
|
||||
|
|
Loading…
Reference in New Issue