about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-12 11:42:53 -0500
committerptitSeb <sebastien.chev@gmail.com>2021-07-12 11:42:53 -0500
commit5406a040fbf51bec372612a147aea1f80acf97be (patch)
tree195932e2692084e48ee81ce91f62579c78e31bf3
parent77421d2eed152ed2d1481aa77999d015444937c9 (diff)
downloadbox64-5406a040fbf51bec372612a147aea1f80acf97be.tar.gz
box64-5406a040fbf51bec372612a147aea1f80acf97be.zip
Name Trace build as box64 (remove the trailing t)
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1760c849..2bff8e5f 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,7 +76,7 @@ if(NOGIT)
 endif()
 
 if(HAVE_TRACE)
-    set(BOX64 box64t)
+    set(BOX64 box64)
 else()
     set(BOX64 box64)
 endif()