2
0
Эх сурвалжийг харах

do not remove haxelibs on "make install"

Nicolas Cannasse 12 жил өмнө
parent
commit
b84334e3d6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -63,7 +63,7 @@ tools: haxelib haxedoc
 
 install:
 	cp haxe $(INSTALL_DIR)/bin/haxe
-	rm -rf $(INSTALL_DIR)/lib/haxe
+	rm -rf $(INSTALL_DIR)/lib/haxe/std
 	-mkdir $(INSTALL_DIR)/lib/haxe
 	svn export std/ $(INSTALL_DIR)/lib/haxe/std
 	-mkdir $(INSTALL_DIR)/lib/haxe/lib