From 40fe1db02cc377d188df2ade64dfdd39dbf4a4ad Mon Sep 17 00:00:00 2001 From: mintty Date: Mon, 2 Dec 2019 22:10:53 +0100 Subject: [PATCH] --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5ae1016..cafc190 100644 --- a/makefile +++ b/makefile @@ -122,7 +122,7 @@ wslbridge-backend: wslbridge-source #uname -m | grep x86_64 mkdir -p bin # provide dependencies for backend build - PATH="${WINDIR}/Sysnative:${PATH}" cmd /C wsl.exe -u root -d $(BuildDistr) $(shell env | grep http_proxy=) apk add make g++ linux-headers + PATH="${WINDIR}/Sysnative:${PATH}" cmd /C wsl.exe -u root -d $(BuildDistr) $(shell env | grep http_proxy=) apk add make g++ linux-headers < /dev/null # invoke backend build cd wslbridge2-$(wslbridgever)/src; PATH="${WINDIR}/Sysnative:${PATH}" cmd /C wsl.exe -d $(BuildDistr) make -f Makefile.backend RELEASE=1 < /dev/null # extract binaries