diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
