Use wine paths by default even if non-existent
[carla.git] / data / carla-libdir
blob192f90813dd7ecd7cd6790e52ca08f9fa01ece31
1 #!/bin/sh
2 # small script that only prints carla's libdir.
3 # can be used to detect if carla is installed, and where to find its libcarla_standalone2.so file
5 CARLA_LIBDIR="X-LIBDIR-X"
6 printf -- "%s" ${CARLA_LIBDIR}/carla
7 exit 0