blob: 849e71b9255af830b95b30ec4b07f432ebdcfc01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- build/linux/system.gyp.orig 2014-10-10 08:54:09 UTC
+++ build/linux/system.gyp
@@ -866,6 +866,13 @@
'include_dirs': [
'../..',
],
+ 'conditions' : [
+ ['OS=="freebsd"', {
+ 'include_dirs': [
+ '<(prefix_dir)/include',
+ ],
+ }],
+ ],
'hard_dependency': 1,
'actions': [
{
|