Browse Source
swift: fix typo in build.sh
Revision bumping script issue...
master
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
0 additions and
1 deletions
-
packages/swift/build.sh
|
|
@ -62,7 +62,6 @@ termux_step_post_extract_package() { |
|
|
|
|
|
|
|
# The Swift compiler searches for the clang headers so symlink against them. |
|
|
|
local TERMUX_CLANG_VERSION=$(grep ^TERMUX_PKG_VERSION= $TERMUX_PKG_BUILDER_DIR/../libllvm/build.sh | cut -f2 -d=) |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
sed "s%\@TERMUX_CLANG_VERSION\@%${TERMUX_CLANG_VERSION}%g" $TERMUX_PKG_BUILDER_DIR/swift-stdlib-public-SwiftShims-CMakeLists.txt | \ |
|
|
|
patch -p1 |
|
|
|
|
|
|
|