Skip to content

Commit e75ae45

Browse files
committed
Wrapper, JS: use static build also on linux /mac os
1 parent be58c58 commit e75ae45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"-Wno-cast-function-type", # since nan.h -> node.h has some warnings regarding that
1717
"-Wno-template-id-cdtor", # since nan.h -> node.h has some warnings regarding that
1818
"<!@(pkg-config oopetris-recordings --cflags-only-other)",
19+
"-static", # statically link this, as we do on windows ( it's the default as per node-gyp )
1920
],
2021
"conditions": [
2122
[

0 commit comments

Comments
 (0)