Commit d03eaf2b authored by Christophe Mutricy's avatar Christophe Mutricy

makefile: Fix livedotcom on win32

parent 91ef82f2
......@@ -1022,11 +1022,13 @@ ifeq ($(HOST),powerpc-apple-darwin8)
else
ifeq ($(HOST),powerpc-apple-darwin*)
(cd $<; ./genMakefiles macosx-before-version-10.4 && make )
elif defined( HAVE_WIN32 )
else
ifdef HAVE_WIN32
(cd $<;./genMakefiles mingw && make $(HOSTCC))
else
(cd $<;./genMakefiles linux && make )
endif
endif
endif
touch $@
......
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