Commit 6a8b6cbb authored by Damien Fouilleul's avatar Damien Fouilleul

- compilation fix for unicows on buildbot

parent a658b1e1
......@@ -1890,7 +1890,7 @@ libunicows: libunicows-$(UNICOWS_VERSION).tar.gz
$(EXTRACT_GZ)
.unicows: libunicows
(cd $</src; make -f makefile.mingw32 $(HOSTCC) && cp -f ../lib/mingw32/libunicows.a $(PREFIX)/lib)
(cd $</src; make -f makefile.mingw32 PATHSEP='/' $(HOSTCC) && cp -f ../lib/mingw32/libunicows.a $(PREFIX)/lib)
touch $@
CLEAN_FILE += .unicows
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment