mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Fix linux build
This commit is contained in:
parent
476e04e2fb
commit
a53080b75f
3 changed files with 5 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue