Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Jan 9, 2025
1 parent 9af0319 commit cc2a6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/libmem/0001-CMakeLists.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ index 534057a..dd01de4 100644
-include(ExternalProject)
+set(CMAKE_CXX_STANDARD 17)
+file(GLOB_RECURSE LLVM_DEM_SRC "${LIBMEM_DIR}/external/llvm/lib/*.cpp")
+find_package(PkgConfig)
+pkg_check_modules(keystone REQUIRED keystone)
+find_package(PkgConfig REQUIRED)
+find_package(capstone CONFIG REQUIRED)
+pkg_check_modules(keystone REQUIRED keystone)

project(libmem
LANGUAGES
Expand Down

0 comments on commit cc2a6c8

Please sign in to comment.