]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling
authorChris Zagar <zagarc@oclc.org>
Sat, 21 Sep 2019 05:09:40 +0000 (22:09 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 17 Apr 2020 21:01:05 +0000 (21:01 +0000)
libraries/liblutil/Makefile.in

index 0d4e24262c0e24e4eeb369bd444057d2ba93555f..13171b9c0fed0ada32f76ebe05e7469eb4d29535 100644 (file)
@@ -54,7 +54,7 @@ slapdmsg.bin: FORCE
        @if [ ! -f $@ ]; then cp $(srcdir)/$@ .; fi
 
 slapdmsg.res: slapdmsg.rc slapdmsg.bin
-       windres $< -O coff -o $@
+       $(RC) $< -O coff -o $@
 
 clean-local:
        $(RM) *.res