From 7985626faecf400a34efb2369e4ebffcfe83892e Mon Sep 17 00:00:00 2001 From: Chris Zagar Date: Fri, 20 Sep 2019 22:09:40 -0700 Subject: [PATCH] ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling --- libraries/liblutil/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index 0d4e24262c..13171b9c0f 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -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