Skip to content

Commit 975d428

Browse files
authored
Update Makefile
1 parent e71accd commit 975d428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leveldb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ IOSARCH=-arch armv6 -arch armv7 -arch armv7s -arch arm64
196196
mkdir -p ios-x86/$(dir $@)
197197
$(CXX) $(CXXFLAGS) -isysroot $(SIMULATORROOT)/SDKs/iPhoneSimulator$(IOSVERSION).sdk -arch i686 -arch x86_64 -c $< -o ios-x86/$@
198198
mkdir -p ios-arm/$(dir $@)
199-
xcrun -sdk iphoneos $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$@
199+
xcrun -sdk iphoneOS $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$@
200200
lipo ios-x86/$@ ios-arm/$@ -create -output $@
201201

202202
.c.o:

0 commit comments

Comments
 (0)