Skip to content

Commit

Permalink
Fixed issue #1001.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Nov 4, 2023
1 parent 8e58d9f commit 1c7ad18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@

<!-- JARs from LWJGL -->
<get-and-checksum
file="lwjgl3.3.zip"
file="lwjgl3.3.3.zip"
destdir="${dependenciesFolder}"
checksum="0bcf240bdbc7116fcdba0163b33e748c090dc54d"
checksum="521ddd7ce8e9c2430ef379a6a5a77de9339003a5"
dir="buildfiles-v2" />
<get-and-checksum
file="lwjgl_util.jar"
Expand All @@ -142,7 +142,7 @@

<unzip src="${swt.linux.gtk3.zipfile}" dest="${dependenciesFolder}/${linuxGtk3Folder}"/>
<unzip src="${dependenciesFolder}/${linuxGtk3Folder}/swt.jar" dest="${dependenciesFolder}/${linuxGtk3Folder}"/>
<unzip src="${dependenciesFolder}/lwjgl3.3.zip" dest="${libsFolder}"/>
<unzip src="${dependenciesFolder}/lwjgl3.3.3.zip" dest="${libsFolder}"/>

<copy todir="${sourceFolder}" >
<fileset dir="${linuxSourceFolder}" includes="**"/>
Expand Down
6 changes: 3 additions & 3 deletions build-macos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@

<!-- JARs from LWJGL -->
<get-and-checksum
file="lwjgl3.3.zip"
file="lwjgl3.3.3.zip"
destdir="${dependenciesFolder}"
checksum="0bcf240bdbc7116fcdba0163b33e748c090dc54d"
checksum="521ddd7ce8e9c2430ef379a6a5a77de9339003a5"
dir="buildfiles-v2" />
<get-and-checksum
file="lwjgl_util.jar"
Expand All @@ -142,7 +142,7 @@

<unzip src="${swt.macosx.zipfile}" dest="${dependenciesFolder}/${macosxFolder}"/>
<unzip src="${dependenciesFolder}/${macosxFolder}/swt.jar" dest="${dependenciesFolder}/${macosxFolder}"/>
<unzip src="${dependenciesFolder}/lwjgl3.3.zip" dest="${libsFolder}"/>
<unzip src="${dependenciesFolder}/lwjgl3.3.3.zip" dest="${libsFolder}"/>

<copy todir="${sourceFolder}" >
<fileset dir="${macosxSourceFolder}" includes="**"/>
Expand Down
6 changes: 3 additions & 3 deletions build-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@

<!-- JARs from LWJGL -->
<get-and-checksum
file="lwjgl3.3.zip"
file="lwjgl3.3.3.zip"
destdir="${dependenciesFolder}"
checksum="0bcf240bdbc7116fcdba0163b33e748c090dc54d"
checksum="521ddd7ce8e9c2430ef379a6a5a77de9339003a5"
dir="buildfiles-v2" />
<get-and-checksum
file="lwjgl_util.jar"
Expand All @@ -142,7 +142,7 @@
</pathconvert>

<unzip src="${swt.windows.zipfile}" dest="${dependenciesFolder}/${windowsFolder}"/>
<unzip src="${dependenciesFolder}/lwjgl3.3.zip" dest="${libsFolder}"/>
<unzip src="${dependenciesFolder}/lwjgl3.3.3.zip" dest="${libsFolder}"/>

<copy todir="${sourceFolder}" >
<fileset dir="${windowsSourceFolder}" includes="**"/>
Expand Down

0 comments on commit 1c7ad18

Please sign in to comment.