Name Trace build as box86 (remove the trailing t)

This commit is contained in:
ptitSeb 2021-07-12 11:39:27 -05:00
parent e9cc8d43a9
commit db743b1226

View File

@ -123,7 +123,7 @@ endif()
if(BOX86LIB)
set(BOX86 box86)
elseif(HAVE_TRACE)
set(BOX86 box86t)
set(BOX86 box86)
else()
set(BOX86 box86)
endif()