mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-23 00:42:13 -07:00
Fix mid-move icons
They've been broken since the move to CMake, which had an incorrect variable substitution in the --redo argument.
This commit is contained in:
@ -110,7 +110,7 @@ function(build_icon name)
|
||||
# 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()
|
||||
|
Reference in New Issue
Block a user