Set library search path relative to project dir
This commit is contained in:
parent
b85316af76
commit
91105a7966
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
build/
|
||||
libfrontend.a
|
||||
|
||||
*.xcuserstate
|
||||
project.xcworkspace/
|
||||
|
@ -332,7 +332,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = /Users/luigy;
|
||||
LIBRARY_SEARCH_PATHS = "${SRCROOT}/lodewallet/lib/";
|
||||
MACH_O_TYPE = mh_execute;
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 1.2.5;
|
||||
@ -376,7 +376,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = /Users/luigy;
|
||||
LIBRARY_SEARCH_PATHS = "${SRCROOT}/lodewallet/lib/";
|
||||
MACH_O_TYPE = mh_execute;
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 1.2.5;
|
||||
|
Loading…
Reference in New Issue
Block a user