|
@@ -196,7 +196,7 @@ if not lit_config.quiet:
|
|
|
|
|
|
# Plugins (loadable modules)
|
|
# Plugins (loadable modules)
|
|
# TODO: This should be supplied by Makefile or autoconf.
|
|
# TODO: This should be supplied by Makefile or autoconf.
|
|
-if sys.platform in ['cygwin']:
|
|
|
|
|
|
+if sys.platform in ['win32', 'cygwin']:
|
|
has_plugins = (config.enable_shared == 1)
|
|
has_plugins = (config.enable_shared == 1)
|
|
else:
|
|
else:
|
|
has_plugins = True
|
|
has_plugins = True
|