The box86 binary that have trace enabled is named box86t now...

This commit is contained in:
ptitSeb 2019-08-11 17:13:35 +02:00
parent 82a5870e39
commit a05cda5d72

View File

@ -139,6 +139,8 @@ add_custom_command(OUTPUT ${WRAPPER} COMMAND "${CMAKE_HOME_DIRECTORY}/rebuild_wr
if(USE_FLOAT)
set(BOX86 box86f)
elseif(HAVE_TRACE)
set(BOX86 box86t)
else()
set(BOX86 box86)
endif()