Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a22e32b

Browse files
committed
use PLATFORM_NAME so that we get current os and not 'macosx' which xcode seems to want to default to
1 parent 5962c23 commit a22e32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openssl.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
);
102102
COPY_PHASE_STRIP = NO;
103103
ONLY_ACTIVE_ARCH = YES;
104-
SDKROOT = macosx;
104+
SDKROOT = "$(PLATFORM_NAME)";
105105
SKIP_INSTALL = YES;
106106
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
107107
};
@@ -119,7 +119,7 @@
119119
i386,
120120
);
121121
COPY_PHASE_STRIP = YES;
122-
SDKROOT = macosx;
122+
SDKROOT = "$(PLATFORM_NAME)";
123123
SKIP_INSTALL = YES;
124124
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
125125
};

0 commit comments

Comments
 (0)