]> spindle.queued.net Git - midori/commitdiff
Don't build external download manager on Win32
authorChristian Dywan <christian@twotoasts.de>
Fri, 6 Apr 2012 18:11:40 +0000 (20:11 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 6 Apr 2012 18:19:34 +0000 (20:19 +0200)
extensions/wscript_build

index 3ccf937fe4b58d7f9075d90cc846e6069b38add9..b4031ee870f6650f6e460885be6ee6c872e68a31 100644 (file)
@@ -28,6 +28,9 @@ for extension in extensions:
             continue
         source = extension
 
+    if bld.env['platform'] == 'win32' and target in ['external-download-manager']:
+        continue
+
     obj = bld.new_task_gen ('cc', 'shlib')
     obj.target = target
     obj.includes = '..'