Skip to content

Commit

Permalink
sa work only windows
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie-zeng committed Jan 10, 2025
1 parent 7aee3f6 commit 38d3d52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/worker/secureAccess/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
'defines': [
'__EXCEPTIONS'
],
'sources': [
'./sa.cpp', './sa_wrap.cxx',
],

'conditions': [
['OS=="win"', {
'cflags': [

],
'sources': [
'./sa.cpp', './sa_wrap.cxx',
],
'cflags_cc': [

Expand Down

0 comments on commit 38d3d52

Please sign in to comment.