This commit is contained in:
lyon 2022-05-05 22:39:04 +08:00
parent fac462199e
commit e933c0ef9e

View File

@ -25,6 +25,8 @@ IF(CROSS_COMPILE)
ELSE(CROSS_COMPILE)
target_link_libraries(pikaByteCodeGen
pikabinder
pthread
dl
)
ENDIF(CROSS_COMPILE)