Skip to content

Commit

Permalink
Command expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Apr 18, 2023
1 parent 2e44dc6 commit c292813
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 @@ -129,8 +129,8 @@
],
"conditions": [
['OS=="mac"', {
"include_dirs": ["$(brew --prefix lapack)/include"],
"libraries": ["$(brew --prefix lapack)/lib/liblapacke.dylib"]
"include_dirs": ["<!(brew --prefix lapack)/include"],
"libraries": ["<!(brew --prefix lapack)/lib/liblapacke.dylib"]
}, { # not OSX
"include_dirs": ["/usr/include"],
"libraries": ["-llapacke"]
Expand Down

0 comments on commit c292813

Please sign in to comment.