Commit 384cfbec authored by Philip Gladstone's avatar Philip Gladstone Committed by Marcel Stör
Browse files

Fix missing dbg_printf (#1648)

parent 79013ae7
......@@ -16,7 +16,7 @@ end
builder:init( args )
builder:set_build_mode( builder.BUILD_DIR_LINEARIZED )
local output = 'luac.cross'
local cdefs = '-DLUA_CROSS_COMPILER'
local cdefs = '-DLUA_CROSS_COMPILER -Ddbg_printf=printf'
-- Lua source files and include path
local lua_files = [[
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment