diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:34:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:34:08 +0100 |
| commit | bde215ea2c306bd011a6ccd1d5ba5f3002288dc5 (patch) | |
| tree | f3d3e876169aeddc90ef0afe39ba6bddbfe5d643 /wscript | |
| parent | 5428ba193aff7b55dcc4b31ee92fd40ecea591f5 (diff) | |
Builds .debs.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ from waflib import Context APPNAME = 'libcxml' -VERSION = '0.15.1devel' +VERSION = '0.15.1' API_VERSION = '0.0.0' def options(opt): @@ -53,7 +53,7 @@ def configure(conf): v = (int(s[0]) << 16) | (int(s[1]) << 8) | int(s[2]) if v >= 0x022701: conf.env.append_value('CXXFLAGS', '-std=c++11') - + def build(bld): bld(source='libcxml.pc.in', |
