Browse Source

Add carla-libdir script, unused for now

tags/1.9.8
falkTX 6 years ago
parent
commit
75805337fb
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      data/carla-libdir

+ 7
- 0
data/carla-libdir View File

@@ -0,0 +1,7 @@
#!/bin/sh
# small script that only prints carla's libdir.
# can be used to detect if carla is installed, and where to find its libcarla_standalone2.so file

CARLA_LIBDIR="X-LIBDIR-X"
printf -- "%s" ${CARLA_LIBDIR}/carla
exit 0

Loading…
Cancel
Save