Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0c3da3

Browse files
committed
User supplied libs take precedence over toolchain.
1 parent05dc626 commitb0c3da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/scripts/create_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ SWIFT_INSTALL="$SWIFT_INSTALL"
192192
PREBUILTS="\$(find "\$PWD"/src/main/swift/.build/checkouts -name '*.so')"
193193
194194
mkdir -p "\$DESTINATION" && cd "\$DESTINATION" &&
195-
rsync -a "\$SWIFT_INSTALL"/usr/lib/swift/android/*.so\$PREBUILTS .
195+
rsync -a\$PREBUILTS"\$SWIFT_INSTALL"/usr/lib/swift/android/*.so .
196196
197197
SCRIPT
198198

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp