mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 20:10:58 +00:00
decouple wslbridge build from download to support build of patched version
This commit is contained in:
parent
8d7ffa75bb
commit
c13340b328
6
makefile
6
makefile
@ -56,7 +56,7 @@ wslbridgedir=wslbridge2-$(wslbridgever)
|
|||||||
#minttyver=master
|
#minttyver=master
|
||||||
|
|
||||||
# wslbridge branch or commit to build from source;
|
# wslbridge branch or commit to build from source;
|
||||||
wslbridge=wslbridge-frontend wslbridge-backend
|
wslbridge=wslbridge-source wslbridge-frontend wslbridge-backend
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
# build backend on a musl-libc-based distribution
|
# build backend on a musl-libc-based distribution
|
||||||
@ -160,7 +160,7 @@ wslbridge-source: $(wslbridgedir).zip
|
|||||||
# patch to https://github.com/Biswa96/wslbridge2/commit/41575379b416703c49e2687e957440239a4cdfb7
|
# patch to https://github.com/Biswa96/wslbridge2/commit/41575379b416703c49e2687e957440239a4cdfb7
|
||||||
#cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch
|
#cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch
|
||||||
|
|
||||||
wslbridge-frontend: wslbridge-source
|
wslbridge-frontend:
|
||||||
echo ------------- Compiling wslbridge2 frontend
|
echo ------------- Compiling wslbridge2 frontend
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
# frontend build
|
# frontend build
|
||||||
@ -170,7 +170,7 @@ wslbridge-frontend: wslbridge-source
|
|||||||
|
|
||||||
windir=$(shell cd "${WINDIR}"; pwd)
|
windir=$(shell cd "${WINDIR}"; pwd)
|
||||||
|
|
||||||
wslbridge-backend: wslbridge-source
|
wslbridge-backend:
|
||||||
echo ------------- Compiling wslbridge2 backend
|
echo ------------- Compiling wslbridge2 backend
|
||||||
#uname -m | grep x86_64
|
#uname -m | grep x86_64
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user