diff options
| author | Silenio Quarti | 2012-10-18 15:04:27 +0000 |
|---|---|---|
| committer | Bogdan Gheorghe | 2012-10-18 16:27:28 +0000 |
| commit | f6ca145e8cdfa295ef40087a7c908b7c6143b8df (patch) | |
| tree | f1b42a6cba77e5b394ca2305d6140dbd8a30ed4c | |
| parent | 27a9fb3f146d735ae12359a56c947d40f37f819d (diff) | |
| download | eclipse.platform.swt-f6ca145e8cdfa295ef40087a7c908b7c6143b8df.tar.gz eclipse.platform.swt-f6ca145e8cdfa295ef40087a7c908b7c6143b8df.tar.xz eclipse.platform.swt-f6ca145e8cdfa295ef40087a7c908b7c6143b8df.zip | |
Bug 392214 - UnsatisfiedLinkError on Kepler - better now
| -rw-r--r-- | bundles/org.eclipse.swt/buildSWT.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml index e006fd5cf7..2caafe0a16 100644 --- a/bundles/org.eclipse.swt/buildSWT.xml +++ b/bundles/org.eclipse.swt/buildSWT.xml @@ -776,13 +776,13 @@ <!-- Check for changes --> <exec dir="${repo.src}" executable="git" failonerror="true" outputproperty="diffs"> + <arg line="diff ${SHA1} ${library_src}"/> + </exec> + <condition property="natives_changed"> <or> <length string="${SHA1}" trim="true" when="equal" length="0"/> <length string="${diffs}" trim="true" when="greater" length="0"/> </or> - </exec> - <condition property="natives_changed"> - <length string="${diffs}" trim="true" when="greater" length="0"/> </condition> <echo>Has native changes: ${natives_changed}, compared against:</echo> <exec dir="${repo.src}" executable="git" failonerror="true"> |
