From 0effe7465bf574ba34d0fb0571c1224bbfde60d8 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 15 Jun 2020 10:23:18 -0700 Subject: [PATCH] . --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efd6c5b..64a653c 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,7 @@ ESCAPE_SLASH=/ # assuming we're running under msys2 (git-bash), PATH needs /c/foo format directories (because # it itself is :-delimited) -DESTDIR=$(abspath build/install) -BUILD_PREFIX=$(DESTDIR)/wasi-sdk +BUILD_PREFIX=$(shell cygpath.exe -u $(PREFIX)) else