Skip to content

Commit

Permalink
Fix: linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Aug 22, 2024
1 parent 7040a88 commit c633f25
Show file tree
Hide file tree
Showing 4 changed files 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 @@ -25,12 +25,12 @@
}],
['OS=="win"', {
'libraries': [
'-l<(module_root_dir)/d2xx/amd64/ftd2xx.lib'
'-l<(module_root_dir)/d2xx/winamd64/ftd2xx.lib'
]
}],
['OS=="linux"', {
'libraries': [
'-lftd2xx'
'<(module_root_dir)/d2xx/linuxamd64/libftd2xx.so'
]
}]
],
Expand Down
Binary file added d2xx/linuxamd64/libftd2xx.so
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit c633f25

Please sign in to comment.