aboutsummaryrefslogtreecommitdiffstats
path: root/main/uwsgi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/uwsgi/APKBUILD')
-rw-r--r--main/uwsgi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD
index 8dd39e329fb..f11ad12e759 100644
--- a/main/uwsgi/APKBUILD
+++ b/main/uwsgi/APKBUILD
@@ -141,7 +141,7 @@ build() {
msg "Building core"
# ccache seems to trigger some weird bug on musl
- CC="gcc" python uwsgiconfig.py --build alpine || return 1
+ CC="gcc" python2 uwsgiconfig.py --build alpine || return 1
export UWSGICONFIG_LUAPC="lua5.2"