Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update binja api submodule (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas authored Jan 31, 2024
1 parent 8239bcb commit e7ba81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/binaryninja-api-headless.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9d48aa8f..8f55af7b 100644
index cb942d19..ea95c349 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,10 +30,20 @@ add_library(binaryninjaapi STATIC ${BN_API_SOURCES})
Expand All @@ -25,7 +25,7 @@ index 9d48aa8f..8f55af7b 100644
+ endif()
+endif()

add_subdirectory(vendor/fmt)
add_subdirectory(vendor/fmt EXCLUDE_FROM_ALL)
set_target_properties(fmt PROPERTIES POSITION_INDEPENDENT_CODE ON)
@@ -82,16 +92,18 @@ function(bn_install_plugin target)
list(APPEND CMAKE_MODULE_PATH "${BN_API_SOURCE_DIR}/cmake")
Expand Down Expand Up @@ -56,5 +56,3 @@ index 9d48aa8f..8f55af7b 100644
endif()
endif()
endfunction()


2 changes: 1 addition & 1 deletion binaryninja-api

0 comments on commit e7ba81a

Please sign in to comment.