@@ -60,9 +60,9 @@ ifneq ($(filter net,$(binds-names)),) lua-bindeps += -lcurl endif -ifneq (luac-broken,) +ifneq ($(luac-broken),) comp-lua = $(if $(debug),,env strip=1) $(lua) tool/luac.lua $1 $(if $2,>$2) else comp-lua = $(luac) $(if $(debug),,-s) -o $(if $2,$2,-) $1 endif