mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 13:09:21 +01:00
15 lines
631 B
Plaintext
15 lines
631 B
Plaintext
|
##############################################################################
|
||
|
# #
|
||
|
# DO NOT EDIT THIS FILE! #
|
||
|
# #
|
||
|
##############################################################################
|
||
|
|
||
|
# This file is used by GN for building, which is NOT the build system used for
|
||
|
# building official binaries.
|
||
|
# Please modify the gyp files if you are making changes to build system.
|
||
|
|
||
|
import("unofficial.gni")
|
||
|
|
||
|
node_gn_build("node") {
|
||
|
}
|