From 6f5f98345135d7bc6dd4f8a71d720b9480de6551 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Dec 2020 16:49:13 +0100 Subject: Windows: Don't bother trying to create symbolic links This only works on modern systems with "Developer Mode" enabled, so everything needs to work without them in reality anyway. --- wscript | 8 -------- 1 file changed, 8 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 29c19b0..6cbfa5e 100644 --- a/wscript +++ b/wscript @@ -234,14 +234,6 @@ def configure(conf): lib = 'dl', mandatory = False) - if conf.env.DEST_OS == 'win32': - conf.check_function('c', 'CreateSymbolicLink', - header_name = ['windows.h'], - define_name = 'HAVE_CREATESYMBOLICLINK', - return_type = 'BOOLEAN', - arg_types = 'LPCSTR, LPCSTR, DWORD', - mandatory = False) - if Options.options.dyn_manifest: conf.define('LILV_DYN_MANIFEST', 1) -- cgit v1.2.1