diff options
author | David Robillard <d@drobilla.net> | 2020-12-18 16:49:13 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-18 17:38:50 +0100 |
commit | 6f5f98345135d7bc6dd4f8a71d720b9480de6551 (patch) | |
tree | 302089c3c609c57afacedb1e9b60d59158a42054 /wscript | |
parent | 3b11ed198e2b6d26977edc3f0857062f0295b42b (diff) | |
download | lilv-6f5f98345135d7bc6dd4f8a71d720b9480de6551.tar.gz lilv-6f5f98345135d7bc6dd4f8a71d720b9480de6551.tar.bz2 lilv-6f5f98345135d7bc6dd4f8a71d720b9480de6551.zip |
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.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) |