summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/cscript b/cscript
index 18837ad8..f5590c55 100644
--- a/cscript
+++ b/cscript
@@ -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))
+