We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c8c7ee + 1b3db29 commit fe4324eCopy full SHA for fe4324e
CMakeLists.txt
@@ -153,7 +153,7 @@ if(ARM_ID STREQUAL "aarch64" OR ARM_ID STREQUAL "arm64" OR ARM_ID STREQUAL "armv
153
src/jit_compiler_a64.cpp)
154
# cheat because cmake and ccache hate each other
155
set_property(SOURCE src/jit_compiler_a64_static.S PROPERTY LANGUAGE C)
156
- 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)
157
158
# not sure if this check is needed
159
include(CheckIncludeFile)
0 commit comments