Build Node bindings on Windows
This commit is contained in:
parent
f404d75068
commit
7a1a0fff52
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#include "D:\\a\\osrm-backend\\osrm-backend\\node_modules\\nan\\nan.h"
|
||||
#include "../../node_modules/nan/nan.h"
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <functional>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#include "D:\\a\\osrm-backend\\osrm-backend\\node_modules\\nan\\nan.h"
|
||||
#include "../../node_modules/nan/nan.h"
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <memory>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user