diff --git a/lib/core/lua-5.3.4/Makefile b/lib/core/lua-5.3.4/Makefile index 29e9b0e..71d0cd4 100644 --- a/lib/core/lua-5.3.4/Makefile +++ b/lib/core/lua-5.3.4/Makefile @@ -61,7 +61,7 @@ $(LUA_A): $(BASE_O) $(RANLIB) $@ $(LUA_SO): $(BASE_O) - gcc -shared $(BASE_O) -o $@ -ldl -lm + $(CC) -shared $(BASE_O) -o $@ -ldl -lm $(LUA_T): $(LUA_O) $(LUA_A) $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)