Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 5569445

Browse files
committed
use arti-rest.modulemap
1 parent b2b1fba commit 5569445

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ios/build_xcf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for arch in $ARCHS; do
2323
cargo build --target $arch $MODEFLAG
2424
tdir=../target/$arch/$MODE
2525
mkdir -p $tdir/headers
26-
cp arti-rest.h module.modulemap $tdir/headers
26+
cp arti-rest.h arti-rest.modulemap $tdir/headers
2727
XCFRAMEWORK_ARGS="${XCFRAMEWORK_ARGS} -library $tdir/libcore.a"
2828
XCFRAMEWORK_ARGS="${XCFRAMEWORK_ARGS} -headers $tdir/headers/"
2929
done

0 commit comments

Comments
 (0)