Skip to content

Commit b50abad

Browse files
committed
2 parents 66b9660 + a9b5fea commit b50abad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
'target_name': 'binding',
55
'sources': ['binding.cc'],
6-
'include_dirs': ["/usr/include/python3.8", "/tmp/boost_1_76_0/boost", "<!(node -p \"require('node-addon-api').include_dir\")"],
6+
'include_dirs': ["/usr/include/python3.8", "/tmp/boost_1_76_0", "<!(node -p \"require('node-addon-api').include_dir\")"],
77
'cflags!': ['-fno-exceptions'],
88
'cflags_cc!': ['-fno-exceptions'],
99
"cflags": ["-fPIC", "-DBOOST_ALL_NO_LIB", "-static"],

0 commit comments

Comments
 (0)