We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aee31 commit f30e070Copy full SHA for f30e070
1 file changed
dist-files/Makefile.cmdline
@@ -19,11 +19,11 @@ CMDLINE_SOURCES += extras/print-alert/duk_print_alert.c
19
20
# Enable console object (console.log() etc) for command line.
21
CCOPTS += -DDUK_CMDLINE_CONSOLE_SUPPORT -I./extras/console
22
-DUKTAPE_CMDLINE_SOURCES += extras/console/duk_console.c
+CMDLINE_SOURCES += extras/console/duk_console.c
23
24
# Enable Duktape.Logger for command line.
25
-CCOPTS += -DDUK_CMDLINE_LOGGING_SUPPORT -I./extraslogging
26
-DUKTAPE_CMDLINE_SOURCES += extras/logging/duk_logging.c
+CCOPTS += -DDUK_CMDLINE_LOGGING_SUPPORT -I./extras/logging
+CMDLINE_SOURCES += extras/logging/duk_logging.c
27
28
# If you want linenoise, you can enable these. At the moment linenoise
29
# will cause some harmless compilation warnings.
0 commit comments