diff options
author | Claas Augner <git@caugner.de> | 2019-10-30 14:56:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-31 09:33:48 -0300 |
commit | c19de34e81c4c272b3440d25a864cdd5fc1b7b2e (patch) | |
tree | 5e99d76d73c52a53832351d7b92b62d90a41d50f /community/emscripten-fastcomp/APKBUILD | |
parent | e4a579f812e7df1f40a757c2dfe0e40ce11ef4e6 (diff) | |
download | aports-c19de34e81c4c272b3440d25a864cdd5fc1b7b2e.tar.bz2 aports-c19de34e81c4c272b3440d25a864cdd5fc1b7b2e.tar.xz |
community/emscripten-fastcomp: switch to python3
Diffstat (limited to 'community/emscripten-fastcomp/APKBUILD')
-rw-r--r-- | community/emscripten-fastcomp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/emscripten-fastcomp/APKBUILD b/community/emscripten-fastcomp/APKBUILD index f659665ee7..a7d48d9469 100644 --- a/community/emscripten-fastcomp/APKBUILD +++ b/community/emscripten-fastcomp/APKBUILD @@ -13,7 +13,7 @@ pkgdesc="The Clang + LLVM backend for Emscripten" url="https://emscripten.org/" arch="all" license="UOI-NCSA" -depends="python2" +depends="python3" makedepends="cmake paxmark zlib-dev" source="emscripten-fastcomp-$pkgver.tar.gz::https://github.com/emscripten-core/emscripten-fastcomp/archive/$pkgver.tar.gz emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/emscripten-core/emscripten-fastcomp-clang/archive/$pkgver.tar.gz @@ -42,7 +42,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX="/$_prefix" \ -DCMAKE_VERBOSE_MAKEFILE=NO \ - -DPYTHON_EXECUTABLE=/usr/bin/python2 \ + -DPYTHON_EXECUTABLE=/usr/bin/python3 \ -DCLANG_BUILD_EXAMPLES=OFF \ -DCLANG_INCLUDE_TESTS=OFF \ -DLLVM_BUILD_DOCS=OFF \ |