Skip to content

Commit 8614243

Browse files
nussaghul
authored andcommitted
Corrected the compilation options for the C files output by qjsc
1 parent 1f5f591 commit 8614243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ and the `examples/hello.js` JavaScript file:
115115

116116
```bash
117117
# Make sure you are in the QuickJS source directory.
118-
$ cc hello.c cutils.c libbf.c libregexp.c libunicode.c quickjs.c quickjs-libc.c -I. -o hello
118+
$ cc hello.c cutils.c dtoa.c libregexp.c libunicode.c quickjs.c quickjs-libc.c -I. -o hello
119119
```
120120

121121
The resulting binary `hello` will be in the current directory.

0 commit comments

Comments
 (0)