Skip to content

Commit 890c715

Browse files
author
Levente Orban
committed
mend
1 parent 3f88569 commit 890c715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def generate_build_options(arguments):
120120
build_options.append('-DFEATURE_PROFILE=%s' % PROFILE)
121121

122122
build_options.append('-DFEATURE_DEBUGGER=%s' % arguments.jerry_debugger)
123-
build_options.append('-DFEATURE_DEBUGGER_PORT=%s' % arguments.jerry_debugger_port)
123+
build_options.append('-DFEATURE_DEBUGGER_PORT=%d' % arguments.jerry_debugger_port)
124124
build_options.append('-DFEATURE_SNAPSHOT_EXEC=%s' % arguments.snapshot_exec)
125125
build_options.append('-DFEATURE_SNAPSHOT_SAVE=%s' % arguments.snapshot_save)
126126
build_options.append('-DFEATURE_SYSTEM_ALLOCATOR=%s' % arguments.system_allocator)

0 commit comments

Comments
 (0)