Skip to content

Commit f30e070

Browse files
committed
Dist files fixes for panic removal
1 parent d6aee31 commit f30e070

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dist-files/Makefile.cmdline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ CMDLINE_SOURCES += extras/print-alert/duk_print_alert.c
1919

2020
# Enable console object (console.log() etc) for command line.
2121
CCOPTS += -DDUK_CMDLINE_CONSOLE_SUPPORT -I./extras/console
22-
DUKTAPE_CMDLINE_SOURCES += extras/console/duk_console.c
22+
CMDLINE_SOURCES += extras/console/duk_console.c
2323

2424
# Enable Duktape.Logger for command line.
25-
CCOPTS += -DDUK_CMDLINE_LOGGING_SUPPORT -I./extraslogging
26-
DUKTAPE_CMDLINE_SOURCES += extras/logging/duk_logging.c
25+
CCOPTS += -DDUK_CMDLINE_LOGGING_SUPPORT -I./extras/logging
26+
CMDLINE_SOURCES += extras/logging/duk_logging.c
2727

2828
# If you want linenoise, you can enable these. At the moment linenoise
2929
# will cause some harmless compilation warnings.

0 commit comments

Comments
 (0)