Skip to content

Commit 9a93d55

Browse files
author
Minggang Wang
committed
Fix macOS platform error
1 parent 6bef079 commit 9a93d55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
'include_dirs': [
2323
'.',
24-
'src/third_party/spdlog/include/',
2524
"<!(node -e \"require('nan')\")",
2625
],
2726
'cflags!': [
@@ -69,6 +68,7 @@
6968
'-std=c++14'
7069
],
7170
'include_dirs': [
71+
'./src/third_party/spdlog/include/',
7272
'./src/third_party/dlfcn-win32/',
7373
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/;/g, '\\\include ').replace(/\\\/g, '/') + '/include')\")",
7474
],
@@ -93,6 +93,7 @@
9393
'OS_MACOS'
9494
],
9595
'include_dirs': [
96+
'./src/third_party/spdlog/include/',
9697
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/:/g, '/include/ ') + '/include/')\")",
9798
],
9899
'library_dirs': [

src/third_party/spdlog

Submodule spdlog added at aa65dd8

0 commit comments

Comments
 (0)