We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71accd commit 975d428Copy full SHA for 975d428
src/leveldb/Makefile
@@ -196,7 +196,7 @@ IOSARCH=-arch armv6 -arch armv7 -arch armv7s -arch arm64
196
mkdir -p ios-x86/$(dir $@)
197
$(CXX) $(CXXFLAGS) -isysroot $(SIMULATORROOT)/SDKs/iPhoneSimulator$(IOSVERSION).sdk -arch i686 -arch x86_64 -c $< -o ios-x86/$@
198
mkdir -p ios-arm/$(dir $@)
199
- xcrun -sdk iphoneos $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$@
+ xcrun -sdk iphoneOS $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$@
200
lipo ios-x86/$@ ios-arm/$@ -create -output $@
201
202
.c.o:
0 commit comments