Browse Source

Linux build fix.

Adam Ierymenko 10 years ago
parent
commit
d7344871e6
1 changed files with 1 additions and 1 deletions
  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: