File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,11 @@ Source: "{#ESPath}\lib\lucene-spatial-{#LuceneVersion}.jar"; DestDir: "{app}\lib
84
84
Source : " {#ESPath}\lib\lucene-suggest-{#LuceneVersion}.jar" ; DestDir : " {app} \lib"
85
85
Source : " {#ESPath}\lib\spatial4j-0.4.1.jar" ; DestDir : " {app} \lib"
86
86
Source : " {#ESPath}\lib\sigar\sigar-1.6.4.jar" ; DestDir : " {app} \lib\sigar"
87
- Source : " {#ESPath}\lib\sigar\sigar-amd64-winnt.dll" ; DestDir : " {app} \lib\sigar" ; Flags : ignoreversion
88
- Source : " {#ESPath}\lib\sigar\sigar-x86-winnt.dll" ; DestDir : " {app} \lib\sigar" ; Flags : ignoreversion
87
+ #ifdef _WIN64
88
+ Source : " {#ESPath}\lib\sigar\sigar-amd64-winnt.dll" ; DestDir : " {app} \lib\sigar" ; Flags : ignoreversion
89
+ #else
90
+ Source : " {#ESPath}\lib\sigar\sigar-x86-winnt.dll" ; DestDir : " {app} \lib\sigar" ; Flags : ignoreversion
91
+ #endif
89
92
Source : " {#ESPath}\config\elasticsearch.yml" ; DestDir : " {app} \config"
90
93
Source : " {#ESPath}\config\logging.yml" ; DestDir : " {app} \config"
91
94
Source : " {#ESPath}\README.textile" ; DestDir : " {app} " ; DestName : " README.txt" ; Flags : isreadme
You can’t perform that action at this time.
0 commit comments