repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use wine paths by default even if non-existent
[carla.git]
/
data
/
carla-libdir
blob
192f90813dd7ecd7cd6790e52ca08f9fa01ece31
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
4
5
CARLA_LIBDIR
=
"X-LIBDIR-X"
6
printf --
"%s"
${CARLA_LIBDIR}
/
carla
7
exit
0