aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-02-16 16:42:29 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-02-16 16:42:29 +0100
commit547a77c9e6728e05c7d11fb98714896fb4c33a31 (patch)
tree56f8b28600cf1e67ff56a1df2c308111d5489411 /SConstruct
parentc268eec8e6b2f74348fd5ca5e4bbc96b0c1309c0 (diff)
downloadpyexiv2-547a77c9e6728e05c7d11fb98714896fb4c33a31.tar.gz
Resolve the install target.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0f60877..f5cf639 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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