File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 ['OS=="win"' , {
99 'javahome%' : "<!(echo %JAVA_HOME%)"
1010 }],
11- ['OS=="linux" or OS=="mac"' , {
11+ ['OS=="linux" or OS=="mac" or OS=="freebsd" ' , {
1212 'javahome%' : "<!(echo $JAVA_HOME)"
1313 }],
1414 ['OS=="mac"' , {
7979 ]
8080 }
8181 ],
82+ ['OS=="freebsd"' ,
83+ {
84+ 'actions' : [
85+ {
86+ 'action_name' : 'verifyDeps' ,
87+ 'inputs' : [
88+ '<(javahome)/jre/lib/<(arch)/server/libjvm.so' ,
89+ '<(javahome)/include/jni.h' ,
90+ '<(javahome)/include/freebsd/jni_md.h'
91+ ],
92+ 'outputs' : ['./build/depsVerified' ],
93+ 'action' : [],
94+ 'message' : 'Verify Deps'
95+ }
96+ ],
97+ "include_dirs" : [
98+ "<(javahome)/include/freebsd" ,
99+ ],
100+ "libraries" : [
101+ "-L<(javahome)/jre/lib/<(arch)/server/" ,
102+ "-Wl,-rpath,<(javahome)/jre/lib/<(arch)/server/" ,
103+ "-ljvm"
104+ ]
105+ }
106+ ],
82107 ['OS=="mac" and javaver=="Library"' ,
83108 {
84109 "include_dirs" : [
You can’t perform that action at this time.
0 commit comments