Skip to content

Commit c33be6d

Browse files
committed
Update Linux v8 build instructions
1 parent a30479e commit c33be6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-V8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Or, on Linux:
5353
## Building on Linux
5454
On Linux, the following commands should be used to compile v8 completely from the command line.
5555

56-
$ gn gen --args='target_cpu="x86" is_component_build=true is_debug=false v8_use_external_startup_data=false v8_enable_i18n_support=false is_clang=false use_custom_libcxx=false' out.gn/x86.release
56+
$ gn gen --args='target_cpu="x86" is_component_build=true is_debug=false v8_use_external_startup_data=false is_clang=false use_custom_libcxx=false' out.gn/x86.release
5757
$ ninja -C out.gn/x86.release v8 v8_libplatform
5858

5959
The [Makefile](src/Makefile) will automatically copy the required files to the appropriate directories.

0 commit comments

Comments
 (0)