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

Skip to content

Commit b420ef3

Browse files
committed
use default, Current OS, for Base SDK
1 parent 5962c23 commit b420ef3

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 = "";
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 = "";
123123
SKIP_INSTALL = YES;
124124
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
125125
};

0 commit comments

Comments
 (0)