Explorar el Código

Linux build fix.

Adam Ierymenko hace 10 años
padre
commit
d7344871e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      make-linux.mk

+ 1 - 1
make-linux.mk

@@ -91,6 +91,6 @@ debug:	FORCE
 
 official: FORCE
 	make -j 4 ZT_OFFICIAL_RELEASE=1
-	./buildinstaller.sh
+	make ZT_OFFICIAL_RELEASE=1 installer
 
 FORCE: