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
|
.DS_Store
|
||||||
build/
|
build/
|
||||||
|
libfrontend.a
|
||||||
|
|
||||||
*.xcuserstate
|
*.xcuserstate
|
||||||
project.xcworkspace/
|
project.xcworkspace/
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = /Users/luigy;
|
LIBRARY_SEARCH_PATHS = "${SRCROOT}/lodewallet/lib/";
|
||||||
MACH_O_TYPE = mh_execute;
|
MACH_O_TYPE = mh_execute;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||||
MARKETING_VERSION = 1.2.5;
|
MARKETING_VERSION = 1.2.5;
|
||||||
@ -376,7 +376,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = /Users/luigy;
|
LIBRARY_SEARCH_PATHS = "${SRCROOT}/lodewallet/lib/";
|
||||||
MACH_O_TYPE = mh_execute;
|
MACH_O_TYPE = mh_execute;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||||
MARKETING_VERSION = 1.2.5;
|
MARKETING_VERSION = 1.2.5;
|
||||||
|
Loading…
Reference in New Issue
Block a user