Skip to content

Commit

Permalink
Fix debugger build after adding fmt into the binja API
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Jan 4, 2024
1 parent 5f621d6 commit 538df7a
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 13,345 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

project(debugger)
add_definitions(-DFMT_HEADER_ONLY)

if((NOT BN_API_PATH) AND (NOT BN_INTERNAL_BUILD))
set(BN_API_PATH $ENV{BN_API_PATH})
Expand All @@ -28,8 +27,6 @@ if (NOT BN_INTERNAL_BUILD)
message("CMAKE_PREFIX_PATH is: ${CMAKE_PREFIX_PATH}")
endif()

include_directories(vendor)

add_subdirectory(core)
add_subdirectory(api)
if(NOT HEADLESS)
Expand Down
3 changes: 3 additions & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ def extract_zip(bundle, target):
print("Failed to clone BN API git repository")
sys.exit(1)

if subprocess.call(["git", "submodule", "update", "--init", "--recursive"], cwd=api_path) != 0:
print("Failed to init submodules for BN API")
sys.exit(1)

print("\nConfiguring debugger...")
if not build_path.exists():
Expand Down
Empty file added vendor/.gitkeep
Empty file.
232 changes: 0 additions & 232 deletions vendor/fmt/args.h

This file was deleted.

Loading

0 comments on commit 538df7a

Please sign in to comment.