fix makefile

This commit is contained in:
Andrea Franz 2021-10-15 10:50:58 +02:00
parent 97883a6d14
commit 3f51e6a110
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D

View File

@ -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