Skip to content

Commit 38d3d52

Browse files
committed
sa work only windows
1 parent 7aee3f6 commit 38d3d52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/worker/secureAccess/binding.gyp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
'defines': [
1313
'__EXCEPTIONS'
1414
],
15-
'sources': [
16-
'./sa.cpp', './sa_wrap.cxx',
17-
],
15+
1816
'conditions': [
1917
['OS=="win"', {
2018
'cflags': [
2119

20+
],
21+
'sources': [
22+
'./sa.cpp', './sa_wrap.cxx',
2223
],
2324
'cflags_cc': [
2425

0 commit comments

Comments
 (0)