@dcl/abgen-linux-x64 0.14.1 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/BUILD-INFO.txt ADDED
@@ -0,0 +1,6 @@
1
+ ABGEN_VERSION=0.15.0
2
+ ABGEN_RELEASE=v0.15.0
3
+ ABGEN_TARGET=x86_64-unknown-linux-gnu
4
+ ABGEN_BUILD_ID=da4a5d7b88c5
5
+ ABGEN_GIT_REV=5026945966244fc007c10e2ffd45320965a7348f
6
+ SOURCE_DATE_EPOCH=315532800
package/abgen CHANGED
@@ -1,5 +1,3 @@
1
1
  #!/bin/sh
2
2
  here="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)"
3
- export ABGEN_ROOT="${ABGEN_ROOT:-$here}"
4
- export ABGEN_SHADER_BUNDLE="${ABGEN_SHADER_BUNDLE:-$here/shader/scene_ignore_windows}"
5
3
  exec "$here/lib/ld.so" --library-path "$here/lib" "$here/bin/abgen.bin" "$@"
package/bin/abgen.bin CHANGED
Binary file
package/lib/ld.so CHANGED
Binary file
package/lib/libc.so.6 CHANGED
Binary file
package/lib/libgcc_s.so.1 CHANGED
Binary file
package/lib/libm.so.6 CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/abgen-linux-x64",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "abgen prebuilt binary for linux x64 (installed by @dcl/abgen)",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "repository": {
Binary file
Binary file
Binary file