mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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
|
# play, which will be the base image we make everything else out
|
||||||
# out.
|
# out.
|
||||||
if(DEFINED ${name}_redo)
|
if(DEFINED ${name}_redo)
|
||||||
set(redo_arg --redo ${name}_redo)
|
set(redo_arg --redo ${${name}_redo})
|
||||||
else()
|
else()
|
||||||
set(redo_arg)
|
set(redo_arg)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user