From 3f51e6a1102eb6860722273c72e3737b939636bf Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Fri, 15 Oct 2021 10:50:58 +0200 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6d57d5..ae11a51 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build-lib -BUILD_PATH=$(realpath ./build) +BUILD_PATH=$(realpath .)/build ifeq ($(OS),Windows_NT) # is Windows_NT on XP, 2000, 7, Vista, 10... detected_OS := Windows