This commit is contained in:
James Cherry 2019-11-14 22:14:26 -07:00
parent a0107557d1
commit 0f8ea9c752
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ add_custom_command(OUTPUT ${STA_WRAP}
# These files are encoded and shipped as part of the executable
# so that they do not have to be installed on the client host.
add_custom_command(OUTPUT ${STA_TCL_INIT}
COMMAND etc/TclEncode.tcl ${STA_TCL_INIT} tcl_inits ${STA_TCL_FILES}
COMMAND etc/TclEncode.tcl ${STA_TCL_INIT} tcl_inits ${STA_TCL_FILES}
WORKING_DIRECTORY ${STA_HOME}
DEPENDS ${STA_TCL_FILES} etc/TclEncode.tcl
)