File: init.sh

package info (click to toggle)
python-glad 2.0.2-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,360 kB
  • sloc: xml: 76,627; ansic: 5,843; python: 2,413; sh: 423; cpp: 248; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

BASE_PATH="$(dirname $(realpath $0))"


cd "${BASE_PATH}/../../../"

python -m glad --out-path "${BASE_PATH}/build" --extensions="" --api="gl:core=3.3" rust