File: crosscompile.env

package info (click to toggle)
gxml 0.20.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,364 kB
  • sloc: xml: 131,277; ansic: 786; javascript: 328; python: 88; makefile: 35; sh: 11
file content (6 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
# Replace prefix with path to gtk directory with windows bundle
prefix=/../gtkw64
export PKG_CONFIG_PATH=$prefix/lib/pkgconfig
export LD_LIBRARY_PATH=$prefix/lib
export LDFLAGS=-L$prefix/lib