Skip to content

Commit

Permalink
fix library path for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sh95014 committed Jan 30, 2023
1 parent 72da5b2 commit 64406ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mariani.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3538,6 +3538,7 @@
"$(inherited)",
/usr/local/lib,
/usr/local/lib/slirp,
/opt/homebrew/lib,
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -3555,6 +3556,7 @@
"$(inherited)",
/usr/local/lib,
/usr/local/lib/slirp,
/opt/homebrew/lib,
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 64406ba

Please sign in to comment.