Skip to content

Commit

Permalink
Compile on mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 24, 2020
1 parent 5b3fc5c commit 0e650a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
}]
}],
[ 'OS=="linux"', {
[ 'OS!="win"', {
"libraries": [ "<(module_root_dir)/deps/build/lib/libsrt.a" ],
"include_dirs+": [
"deps/build/include"
Expand All @@ -40,4 +40,4 @@
],
"defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ]
}]
}
}

0 comments on commit 0e650a0

Please sign in to comment.