ref: 25803916cbb2af3e23d6aa491c8b33328b3f01d0
parent: 434e6a43cfa58ab88f91236fb9a9e915e644026f
author: Ben Harris <bjh21@bjh21.me.uk>
date: Mon Nov 21 19:56:55 EST 2022
Fix mid-move icons They've been broken since the move to CMake, which had an incorrect variable substitution in the --redo argument.
--- a/icons/icons.cmake
+++ b/icons/icons.cmake
@@ -110,7 +110,7 @@
# play, which will be the base image we make everything else out
# out.
if(DEFINED ${name}_redo)
- set(redo_arg --redo ${name}_redo)
+ set(redo_arg --redo ${${name}_redo})
else()
set(redo_arg)
endif()