diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:23:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:23:53 +0100 |
| commit | 3b1afd9479b20b0374d8fa370f82b806b4465a6d (patch) | |
| tree | ac53bca1b017f354b5fc2a29e5a4849f866808db /cscript | |
| parent | 77c46d57b694506e0834244dde1616c63771f0e6 (diff) | |
Add paths.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ release_targets = ['source'] def build(prefix): - command('./waf configure --prefix=%s build install' % prefix) + command('CXXFLAGS=-I%s/include LINKFLAGS=-L%s/lib PKG_CONFIG_PATH=%s/lib/pkgconfig ./waf configure --prefix=%s build install' % (prefix, prefix, prefix, prefix)) + |
