Skip to content

Commit 974fe05

Browse files
authored
bugfix lp64 cannot find sym32
1 parent 6e3c837 commit 974fe05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if (CMAKE_BUILD_TARGET_ARCH STREQUAL "arm64")
2626
add_definitions(-D__LP64__)
2727
list(APPEND LINUX_PARSER_SOURCES
2828
core/core64.c
29+
core/core32.c
2930
core/core_arm64.c
3031
core/core_arm.c)
3132
elseif(CMAKE_BUILD_TARGET_ARCH STREQUAL "arm")
@@ -38,6 +39,7 @@ elseif(CMAKE_BUILD_TARGET_ARCH STREQUAL "x86_64")
3839
add_definitions(-D__LP64__)
3940
list(APPEND LINUX_PARSER_SOURCES
4041
core/core64.c
42+
core/core32.c
4143
core/core_x86_64.c
4244
core/core_x86.c)
4345
elseif(CMAKE_BUILD_TARGET_ARCH STREQUAL "x86")

0 commit comments

Comments
 (0)