diff options
Diffstat (limited to 'main/uwsgi/APKBUILD')
-rw-r--r-- | main/uwsgi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index 8dd39e329f..f11ad12e75 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" |