summaryrefslogtreecommitdiff
blob: 14073d100b136b535f01978b47b88f56878512fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/wscript b/wscript
index 5074799c35c7..77fbc4e4935e 100644
--- a/wscript
+++ b/wscript
@@ -19,7 +19,7 @@ def configure(conf):
 def build(bld):
 	bld(
 	 target='seek',
-	 features='cxx cxxstlib',
+	 features='cxx cxxshlib',
 	 source=[
 	  'seek.cpp',
 	 ],