File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "arch%" : "amd64" , # linux JVM architecture. See $(JAVA_HOME)jre/lib/<@(arch)/server/
3+ "arch%" : "amd64" , # linux JVM architecture. See $(JAVA_HOME)/ jre/lib/<@(arch)/server/
44 'conditions' : [
55 ['target_arch=="ia32"' , {
66 'arch%' : "i386"
5151 {
5252 'action_name' : 'verifyDeps' ,
5353 'inputs' : [
54- '$(JAVA_HOME)jre/lib/<(arch)/server/libjvm.so' ,
54+ '$(JAVA_HOME)/ jre/lib/<(arch)/server/libjvm.so' ,
5555 '$(JAVA_HOME)/include/jni.h' ,
5656 '$(JAVA_HOME)/include/linux/jni_md.h'
5757 ],
6464 "$(JAVA_HOME)/include/linux" ,
6565 ],
6666 "libraries" : [
67- "-L$(JAVA_HOME)jre/lib/<(arch)/server/" ,
68- "-Wl,-rpath,$(JAVA_HOME)jre/lib/<(arch)/server/" ,
67+ "-L$(JAVA_HOME)/ jre/lib/<(arch)/server/" ,
68+ "-Wl,-rpath,$(JAVA_HOME)/ jre/lib/<(arch)/server/" ,
6969 "-ljvm"
7070 ]
7171 }
You can’t perform that action at this time.
0 commit comments