Fix linux build

This commit is contained in:
DH 2025-04-10 05:28:31 +03:00
parent 476e04e2fb
commit a53080b75f
3 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@ set(LLVM_VERSION 19.1)
option(USE_ARCH "Specify arch to build" "")
if (NOT USE_ARCH STREQUAL "")
if (USE_ARCH)
add_compile_options(-march=${USE_ARCH})
endif()