Skip to content

Commit

Permalink
fix wrong lib prefix for xcode fastbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuang-i committed Oct 10, 2023
1 parent e4486bb commit 08b8f6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ public void SetupPlatformLibraryOptions(out string platformLibExtension, out st
{
platformLibExtension = ".a";
platformOutputLibExtension = "";
platformPrefixExtension = string.Empty;
platformPrefixExtension = "-l";
platformLibPrefix = "";
}

Expand Down

0 comments on commit 08b8f6a

Please sign in to comment.