Browse Source

fixed wodi lib path

Andy Li 11 years ago
parent
commit
4f0dbd1154
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.win

+ 1 - 1
Makefile.win

@@ -18,7 +18,7 @@ kill:
 NATIVE_LIBS += -I "c:/program files/mingw/lib/"
 
 ifdef WODI
-NATIVE_LIBS += -I "c:/${WODI}/opt/${WODI}/lib"
+NATIVE_LIBS += -I "/opt/${WODI}/lib"
 endif
 
 # use make MSVC=1 -f Makefile.win to build for OCaml/MSVC