explicitly invoke waf with python3

mpv has dropped python2 support
This commit is contained in:
Connor Olding 2020-12-02 16:30:25 +01:00
parent 08a0644af8
commit 26fb20facf

View File

@ -11,7 +11,7 @@ $(PKG)_DEPS := cc ffmpeg fribidi lcms \
jpeg libpng luajit rubberband pthreads sdl2 $(BUILD)~waf
define $(PKG)_BUILD
cd '$(1)' && DEST_OS=win32 TARGET=$(TARGET) '$(PREFIX)/$(BUILD)/bin/waf' \
cd '$(1)' && DEST_OS=win32 TARGET=$(TARGET) python3 '$(PREFIX)/$(BUILD)/bin/waf' \
configure build install -j '$(JOBS)' \
--prefix='$(PREFIX)/$(TARGET)' \
$(if $(BUILD_STATIC), \