makefile adapted to link against lua lib and to pass the 32bit flag to Lua building system
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
-- echo command line arguments
|
||||
|
||||
for i=0,table.getn(arg) do
|
||||
print(i,arg[i])
|
||||
end
|
||||
Reference in New Issue
Block a user