Skip to content

Commit a216d0b

Browse files
committed
Use ios-sim, not ios-simulator
1 parent ef2e8d4 commit a216d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcode/LDK/build-libldk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ ${ACTION:-build} = "build" || $ACTION = "install" ]]; then
2929
if [[ $PLATFORM_NAME = "macosx" ]]; then
3030
RUST_TARGET_OS="darwin"
3131
elif [[ $PLATFORM_NAME = "iphonesimulator" ]]; then
32-
RUST_TARGET_OS="ios-simulator"
32+
RUST_TARGET_OS="ios-sim"
3333
else
3434
RUST_TARGET_OS="ios"
3535
fi

0 commit comments

Comments
 (0)