[libdazzle: 6/7] build: do not set shared library install_dir




commit e6ec16138d966299f08b9dba9910c183eb49212e
Author: Tom Schoonjans <Tom Schoonjans rfi ac uk>
Date:   Sun Jun 27 07:01:44 2021 +0100

    build: do not set shared library install_dir
    
    Doing so messes up the installation on Windows, where the dlls go into
    the bindir, where the import libraries go into the libdir

 src/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index eeb20c5..7092a86 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -110,7 +110,6 @@ libdazzle = shared_library(
          dependencies: libdazzle_deps,
   include_directories: [ root_inc, src_inc ],
               install: true,
-          install_dir: libdir
 )
 
 libdazzle_dep = declare_dependency(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]