Skip to content

Commit fa42f44

Browse files
author
Minggang Wang
committed
Revert "Fix macOS platform error"
This reverts commit 9a93d55.
1 parent e8ed8e0 commit fa42f44

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

binding.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
'include_dirs': [
2323
'.',
24+
'src/third_party/spdlog/include/',
2425
"<!(node -e \"require('nan')\")",
2526
],
2627
'cflags!': [
@@ -68,7 +69,6 @@
6869
'-std=c++14'
6970
],
7071
'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,7 +93,6 @@
9393
'OS_MACOS'
9494
],
9595
'include_dirs': [
96-
'./src/third_party/spdlog/include/',
9796
"<!@(node -e \"console.log(process.env.AMENT_PREFIX_PATH.replace(/:/g, '/include/ ') + '/include/')\")",
9897
],
9998
'library_dirs': [

src/third_party/spdlog

Submodule spdlog deleted from aa65dd8

0 commit comments

Comments
 (0)