From a90a4006b2fe0dcbf088fc320967f08ce09411e4 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 27 Jul 2019 21:56:44 +0200
Subject: Windows: Enable shared library build

---
 wscript | 1 -
 1 file changed, 1 deletion(-)

(limited to 'wscript')

diff --git a/wscript b/wscript
index e020578..7730b00 100644
--- a/wscript
+++ b/wscript
@@ -71,7 +71,6 @@ def configure(conf):
 
     # Shared library building is broken on win32 for some reason
     conf.env.update({
-        'BUILD_SHARED': conf.env.TARGET_PLATFORM != 'win32',
         'BUILD_STATIC': conf.env.BUILD_TESTS or Options.options.static})
 
     autowaf.set_lib_env(conf, 'pugl', PUGL_VERSION)
-- 
cgit v1.2.1