Skip to content

Commit

Permalink
Update build-definitions.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Sep 4, 2024
1 parent 5a08da8 commit 9a422de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/build-definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ This script is included in /build.xml and /config/update-dependencies.xml.
<local name="dest"/>
<property name="dest" value="${lib.native}/${module.@{module}.path}"/>
<mkdir dir="${dest}"/>
<if:true artifact="openvr">
<get-quiet name="@{module} :: @{artifact}" url="https://github.com/ValveSoftware/openvr/raw/master/bin/linuxarm64/libopenvr_api.so" dest="${dest}" skipexisting="true"/>
</if:true>
<get-quiet name="@{module} :: @{artifact}" url="https://build.lwjgl.org/${build.type}/${platform.remote}/${build.arch}/@{artifact}" dest="${dest}" skipexisting="true"/>
</sequential>
</sequential>
Expand Down

0 comments on commit 9a422de

Please sign in to comment.