This is an automated email from the git hooks/post-receive script.

git pushed a commit to reference refs/pull/29/head
in repository efl.

View the commit online.

commit cd53da00403ba45ef27b4814adb6a40f8b6d6e04
Author: Ryan Gammon <r...@gamnation.net>
AuthorDate: Thu Aug 10 21:20:05 2023 -0700

    use version_major
---
 src/bindings/mono/efl_mono/meson.build | 2 +-
 src/bindings/mono/meson.build          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bindings/mono/efl_mono/meson.build b/src/bindings/mono/efl_mono/meson.build
index a06c94e0d1..4ed6349629 100644
--- a/src/bindings/mono/efl_mono/meson.build
+++ b/src/bindings/mono/efl_mono/meson.build
@@ -25,7 +25,7 @@ endif
 foreach mono_libs : mono_sublibs
   key = mono_libs[0].to_upper()+'_DL_MONO'
   if target_machine.system() == 'windows'
-    efl_libs.set(key, 'lib' + mono_libs[0].to_lower() + '-1')
+    efl_libs.set(key, 'lib' + mono_libs[0].to_lower() + '-' + version_major)
   else
     efl_libs.set(key, mono_libs[0].to_lower())
   endif
diff --git a/src/bindings/mono/meson.build b/src/bindings/mono/meson.build
index c462cb4c8c..111eb911ea 100644
--- a/src/bindings/mono/meson.build
+++ b/src/bindings/mono/meson.build
@@ -84,7 +84,7 @@ foreach lib : mono_sublibs
   dllimport = package_name
 
   if target_machine.system() == 'windows'
-    dllimport = 'lib' + dllimport + '-1'
+    dllimport = 'lib' + dllimport + '-' + version_major
   endif
 
   if (package_name != 'eldbus')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to