Skip to content

Commit fe4324e

Browse files
authored
Merge pull request #213 from hyc/m1typo
Fix typo for M1 Mac build
2 parents 3c8c7ee + 1b3db29 commit fe4324e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if(ARM_ID STREQUAL "aarch64" OR ARM_ID STREQUAL "arm64" OR ARM_ID STREQUAL "armv
153153
src/jit_compiler_a64.cpp)
154154
# cheat because cmake and ccache hate each other
155155
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)
156+
set_property(SOURCE src/jit_compiler_a64_static.S PROPERTY XCODE_EXPLICIT_FILE_TYPE sourcecode.asm)
157157

158158
# not sure if this check is needed
159159
include(CheckIncludeFile)

0 commit comments

Comments
 (0)