Browse Source

needs unix

Nicolas Cannasse 19 years ago
parent
commit
f27ea9b6f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,7 +3,7 @@
 .SUFFIXES : .ml .mli .cmo .cmi .cmx .mll .mly
 .SUFFIXES : .ml .mli .cmo .cmi .cmx .mll .mly
 
 
 CFLAGS= -I ../neko/libs/include/ocaml
 CFLAGS= -I ../neko/libs/include/ocaml
-LIBS=extLib.cmxa extc.cmxa swfLib.cmxa
+LIBS=extLib.cmxa extc.cmxa swfLib.cmxa unix.cmxa
 LFLAGS= -o haxe.exe -I ../neko/libs/include/ocaml
 LFLAGS= -o haxe.exe -I ../neko/libs/include/ocaml
 
 
 all: haxe.exe
 all: haxe.exe