Skip to content

Commit 218252e

Browse files
committed
Fix Windows CI
1 parent 5d3ef45 commit 218252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROJECT_ROOT=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
1+
PROJECT_ROOT=$(subst \,/,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
22
BUILD_DIR=$(PROJECT_ROOT)build
33
SCRIPT_DIR=$(PROJECT_ROOT)tools
44
SHELL=/bin/bash

0 commit comments

Comments
 (0)