]> 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, 16 Oct 2024 12:07:43 +0000 (14:07 +0200)
commitcfd95150e2efce0b2798c307314f3d9832ea20a0
tree29195c46b81d30f6ec14fe3dcbc3d12fbbedf07c
parentf5969af5a1f0d962040de91149b4c6a506207e4c
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