aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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