]> Savannah Git Hosting - gnulib.git/commit
csharpcomp: Avoid error on Windows.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Oct 2024 15:22:59 +0000 (17:22 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Oct 2024 15:22:59 +0000 (17:22 +0200)
commitb0edcb79ef4cce040c911a1ad2215b8b1805788f
tree230ed833b590413b2258b64b7cfe273cfc572c6b
parent1a2aba48803bb3f34ed3ced1639a92c2421cec53
csharpcomp: Avoid error on Windows.

Reported by Michele Locati <michele@locati.it>.

* build-aux/csharpcomp.sh.in: Don't produce -reference options for DLLs
whose name starts with a lowercase letter or contains '.Native.'.
* lib/csharpcomp.c (name_is_dll): Filter our file names that start with
a lowercase letter or contain '.Native.'.
ChangeLog
build-aux/csharpcomp.sh.in
lib/csharpcomp.c