File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/nativeInterop/cinterop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ libraryPaths.macos_x64 = web3swift/build/Release
13
13
libraryPaths.macos_arm64 = web3swift/build/Release
14
14
15
15
linkerOpts = -L/usr/lib/swift
16
- linkerOpts.ios_arm64 = -iphoneos_version_min 13.0.0 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator /
16
+ linkerOpts.ios_arm64 = -iphoneos_version_min 13.0.0 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos /
17
17
linkerOpts.ios_x64 = -ios_simulator_version_min 13.0.0 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/
18
18
linkerOpts.ios_simulator_arm64 = -ios_simulator_version_min 13.0.0 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/
19
19
You can’t perform that action at this time.
0 commit comments