[Scummvm-git-logs] scummvm master -> cd57e39c0fee3ad4c7e779b1004bbac7bb16a16d
digitall
noreply at scummvm.org
Sun Mar 5 03:24:05 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
cd57e39c0f CONFIGURE: fix build of dynamic modules under Cygwin
Commit: cd57e39c0fee3ad4c7e779b1004bbac7bb16a16d
https://github.com/scummvm/scummvm/commit/cd57e39c0fee3ad4c7e779b1004bbac7bb16a16d
Author: Carlo Bramini (30959007+carlo-bramini at users.noreply.github.com)
Date: 2023-03-05T03:24:01Z
Commit Message:
CONFIGURE: fix build of dynamic modules under Cygwin
This tiny fix allows to build SCUMMVM with dynamic modules, when --enable-cygwin-build is also activated.
Changed paths:
configure
diff --git a/configure b/configure
index f93a6b31a69..96ce132922c 100755
--- a/configure
+++ b/configure
@@ -4548,7 +4548,7 @@ PRE_OBJS_FLAGS := -Wl,-export-dynamic -Wl,-whole-archive
POST_OBJS_FLAGS := -Wl,-no-whole-archive
'
;;
- *mingw32* | mingw64)
+ *cygwin* | *mingw32* | mingw64)
_plugin_prefix=""
_plugin_suffix=".dll"
_mak_plugins='
More information about the Scummvm-git-logs
mailing list