Skip to content

Commit a031d7e

Browse files
npm build shold go in arch specific dirs
1 parent f678f28 commit a031d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"defines": [
2424
"WIN32_LEAN_AND_MEAN",
2525
"NOMINMAX"
26-
]
26+
],
27+
"product_dir": "lib/<(target_arch)"
2728
}
2829
]
2930
}

0 commit comments

Comments
 (0)