Fix linux build in examples/addon
This commit is contained in:
parent
3bb154afd6
commit
f488086bec
|
@ -69,8 +69,8 @@
|
||||||
'conditions' : [
|
'conditions' : [
|
||||||
[ 'OS=="linux"', { 'action' : [
|
[ 'OS=="linux"', { 'action' : [
|
||||||
'rm',
|
'rm',
|
||||||
'<(module_root_dir)/build/Release/obj.target/addon/cpp/addon.o',
|
'<(module_root_dir)/build/Release/obj.target/addon/cpp/bindings.o',
|
||||||
'<(module_root_dir)/build/Release/obj.target/addon.node',
|
'<(module_root_dir)/build/Release/obj.target/addon/cpp/example.o',
|
||||||
'<(module_root_dir)/build/Release/addon.node'
|
'<(module_root_dir)/build/Release/addon.node'
|
||||||
] } ],
|
] } ],
|
||||||
[ 'OS=="mac"', { 'action' : [
|
[ 'OS=="mac"', { 'action' : [
|
||||||
|
|
Loading…
Reference in New Issue