From dd6ccb3a46d44582455f76d9569b012918dc2338 Mon Sep 17 00:00:00 2001 From: Johnoel Ancheta Date: Wed, 10 Apr 2024 07:57:29 -1000 Subject: [PATCH] Fix typo... --- src/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GNUmakefile b/src/GNUmakefile index 365068718..f0427243d 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -17,7 +17,7 @@ ifeq ($(OS),Windows_NT) endif else ifeq ($(wildcard ../utilities/mingw/bin/g++.exe),../utilities/mingw/bin/g++.exe) - PATH:=$(abspath /../utilities/mingw/bin);$(PATH) + PATH:=$(abspath ../utilities/mingw/bin);$(PATH) endif endif endif