Fix missing dbg_printf (#1648)

This commit is contained in:
Philip Gladstone 2016-12-06 01:17:47 -05:00 committed by Marcel Stör
parent 79013ae79a
commit 384cfbec80
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [[