Browse Source

Fix missing dbg_printf (#1648)

Philip Gladstone 7 years ago
parent
commit
384cfbec80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/cross-lua.lua

+ 1 - 1
tools/cross-lua.lua

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