Skip to content

Commit feeeca8

Browse files
committed
Enable Dynamic library prefix
1 parent 3a9a8f6 commit feeeca8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/SWBUniversalPlatform/Specs/ProductTypes.xcspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
FULL_PRODUCT_NAME = "$(EXECUTABLE_NAME)";
8383
MACH_O_TYPE = "mh_dylib";
8484
REZ_EXECUTABLE = YES;
85+
EXECUTABLE_PREFIX= "lib";
8586
EXECUTABLE_SUFFIX = ".$(EXECUTABLE_EXTENSION)";
8687
EXECUTABLE_EXTENSION = "$(DYNAMIC_LIBRARY_EXTENSION:default=dylib)";
8788
PUBLIC_HEADERS_FOLDER_PATH = "/usr/local/include";

Sources/SWBWindowsPlatform/Specs/Windows.xcspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
BasedOn = default:com.apple.product-type.library.dynamic;
8888
HasInfoPlist = NO;
8989
DefaultBuildProperties = {
90+
EXECUTABLE_PREFIX = "";
9091
PUBLIC_HEADERS_FOLDER_PATH = "";
9192
PRIVATE_HEADERS_FOLDER_PATH = "";
9293
};

0 commit comments

Comments
 (0)