mirror of https://github.com/nodejs/node.git
build: fix freebsd gyp build
parent
52037d897d
commit
decd81838a
9
node.gyp
9
node.gyp
|
@ -192,7 +192,14 @@
|
||||||
'-ldl',
|
'-ldl',
|
||||||
'-lutil' # needed for openpty
|
'-lutil' # needed for openpty
|
||||||
],
|
],
|
||||||
}]
|
}],
|
||||||
|
[ 'OS=="freebsd"', {
|
||||||
|
'sources': [ 'src/platform_freebsd.cc' ],
|
||||||
|
'libraries': [
|
||||||
|
'-lutil',
|
||||||
|
'-lkvm',
|
||||||
|
],
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
'msvs-settings': {
|
'msvs-settings': {
|
||||||
'VCLinkerTool': {
|
'VCLinkerTool': {
|
||||||
|
|
Loading…
Reference in New Issue