diff --git a/tests/Makefile b/tests/Makefile index fdd57b2..e4e2556 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -51,7 +51,7 @@ ifndef CONFIG_CROSS endif ifdef CONFIG_WIN32 - PATH := $(CURDIR)/$(TOP);$(PATH) # for libtcc_test to find libtcc.dll + PATH := $(CURDIR)/$(TOP):$(PATH) # for libtcc_test to find libtcc.dll endif ifeq ($(TARGETOS),Darwin)