File: entrypoint.sh

package info (click to toggle)
sfcgal 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 15,084 kB
  • sloc: cpp: 37,122; sh: 141; makefile: 33; python: 22
file content (8 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash

export LD_LIBRARY_PATH=/SFCGAL/build/src:${LD_LIBRARY_PATH}
export LIBRARY_PATH=/SFCGAL/build/src:${LIBRARY_PATH}
export CPLUS_INCLUDE_PATH=/SFCGAL/build/include:${CPLUS_INCLUDE_PATH}
export C_INCLUDE_PATH=/SFCGAL/build/include:${C_INCLUDE_PATH}

exec "$@"