mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2025-01-03 05:38:54 +00:00
Fix typo for M1 Mac build
This commit is contained in:
parent
c12097400b
commit
1b3db29fb8
@ -153,7 +153,7 @@ if(ARM_ID STREQUAL "aarch64" OR ARM_ID STREQUAL "arm64" OR ARM_ID STREQUAL "armv
|
|||||||
src/jit_compiler_a64.cpp)
|
src/jit_compiler_a64.cpp)
|
||||||
# cheat because cmake and ccache hate each other
|
# cheat because cmake and ccache hate each other
|
||||||
set_property(SOURCE src/jit_compiler_a64_static.S PROPERTY LANGUAGE C)
|
set_property(SOURCE src/jit_compiler_a64_static.S PROPERTY LANGUAGE C)
|
||||||
set_property(SOURCE src/jit_compiler_x86_static.S PROPERTY XCODE_EXPLICIT_FILE_TYPE sourcecode.asm)
|
set_property(SOURCE src/jit_compiler_a64_static.S PROPERTY XCODE_EXPLICIT_FILE_TYPE sourcecode.asm)
|
||||||
|
|
||||||
# not sure if this check is needed
|
# not sure if this check is needed
|
||||||
include(CheckIncludeFile)
|
include(CheckIncludeFile)
|
||||||
|
Loading…
Reference in New Issue
Block a user