mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 04:48:20 +02:00

* feat(gyp): update gyp to v0.18.1 * ci: setup ninja * ci: visual-studio job use python 3.12
4 lines
56 B
Text
4 lines
56 B
Text
rule cc
|
|
command = cc $in $out
|
|
|
|
build my.out: cc my.in
|