summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/actions/make/make_cpp.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/src/actions/make/make_cpp.lua')
-rw-r--r--3rdparty/genie/src/actions/make/make_cpp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/genie/src/actions/make/make_cpp.lua b/3rdparty/genie/src/actions/make/make_cpp.lua
index 8e9c447a4f6..b694b511cc5 100644
--- a/3rdparty/genie/src/actions/make/make_cpp.lua
+++ b/3rdparty/genie/src/actions/make/make_cpp.lua
@@ -262,7 +262,7 @@
_p(' ifdef WINDRES')
_p(' RESCOMP = $(WINDRES)')
_p(' else')
- _p(' RESCOMP = windres')
+ _p(' RESCOMP = %s', cc.rc or 'windres')
_p(' endif')
_p('endif')
_p('')