Fix Windows CI

This commit is contained in:
HitkoDev 2022-08-19 20:28:20 +02:00
parent 5d3ef45e99
commit 218252eadc

View File

@ -1,4 +1,4 @@
PROJECT_ROOT=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
PROJECT_ROOT=$(subst \,/,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
BUILD_DIR=$(PROJECT_ROOT)build
SCRIPT_DIR=$(PROJECT_ROOT)tools
SHELL=/bin/bash