summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 9ea96435..7ec55f20 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -28,7 +28,7 @@ else
ifeq ($(findstring MINGW32,$(OSTYPE)),MINGW32)
WINPREFIX :=
else
-WINPREFIX := $(shell find-mingw.sh gcc)
+WINPREFIX := $(shell ./find-mingw.sh gcc)
endif
WINCFLAGS := -W -Wall -Wno-sign-compare -Os -fomit-frame-pointer \
-D_FILE_OFFSET_BITS=64