Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
384cfbec
"app/vscode:/vscode.git/clone" did not exist on "52ef3c91025622d80ba56fa2da52fe2b3192b4e9"
Commit
384cfbec
authored
Dec 06, 2016
by
Philip Gladstone
Committed by
Marcel Stör
Dec 06, 2016
Browse files
Fix missing dbg_printf (#1648)
parent
79013ae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/cross-lua.lua
View file @
384cfbec
...
...
@@ -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
=
[[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment