Set library search path relative to project dir

This commit is contained in:
Luigy Leon 2023-02-08 07:29:37 -05:00
parent b85316af76
commit 91105a7966
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
build/
libfrontend.a
*.xcuserstate
project.xcworkspace/

View File

@ -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;