You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//This should really be swift-build defaults set in the .xcspec files, but changing that requires some extensive testing to ensure xcode projects are not effected.
1036
+
// So for now lets just force it here.
1037
+
self[.EXECUTABLE_PREFIX]="lib"
1038
+
self[.EXECUTABLE_PREFIX,Platform.windows]=""
1039
+
1035
1040
if !createDylibForDynamicProducts {
1036
1041
self[.GENERATE_INFOPLIST_FILE]="YES"
1037
1042
// If the built framework is named same as one of the target in the package,
0 commit comments