Skip to content

Commit

Permalink
update openssl library search path, ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Apr 15, 2017
1 parent 0fc1763 commit aeadbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stressdrive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
/usr/local/Cellar/openssl/1.0.2i/lib,
/usr/local/Cellar/openssl/1.0.2k/lib,
);
PRODUCT_NAME = stressdrive;
};
Expand All @@ -143,7 +143,7 @@
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
/usr/local/Cellar/openssl/1.0.2i/lib,
/usr/local/Cellar/openssl/1.0.2k/lib,
);
PRODUCT_NAME = stressdrive;
};
Expand Down

0 comments on commit aeadbee

Please sign in to comment.