--- Main/Main.make
+++ Main/Main.make
@@ -109,7 +109,7 @@
 
 ifeq "$(TC_BUILD_CONFIG)" "Release"
 ifndef NOSTRIP
-	strip $(APPNAME)
+	$(STRIP) $(APPNAME)
 endif
 
 ifndef NOTEST
