diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-02-16 16:42:29 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-02-16 16:42:29 +0100 |
commit | 547a77c9e6728e05c7d11fb98714896fb4c33a31 (patch) | |
tree | 56f8b28600cf1e67ff56a1df2c308111d5489411 /SConstruct | |
parent | c268eec8e6b2f74348fd5ca5e4bbc96b0c1309c0 (diff) | |
download | pyexiv2-547a77c9e6728e05c7d11fb98714896fb4c33a31.tar.gz |
Resolve the install target.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ if not BUILD_TARGETS: # Default target: lib build_lib() else: - if 'lib' in BUILD_TARGETS: + if 'lib' in BUILD_TARGETS or 'install' in BUILD_TARGETS: build_lib() if 'doc' in BUILD_TARGETS: # Note: building the doc requires the lib to be built and the pyexiv2 |