aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index cc33832cdd..402da7ff18 100644
--- a/config.nmake
+++ b/config.nmake
@@ -156,7 +156,7 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# add cygwin binaries to the path
-PATH=c:\cygwin\bin;$(PATH)
+PATH=$(PATH);c:\cygwin\bin
# add some required DLLs to the path
PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin;$(PATH)