Skip to content

Commit

Permalink
Remove redundant define
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Nov 24, 2023
1 parent f65e770 commit cf5e24f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ if (RISCV_LIBTCC)
#target_compile_definitions(libtcc PUBLIC LIBTCC1_NAME="libtcc1.a")

target_link_libraries(riscv PUBLIC libtcc.a)
target_compile_definitions(riscv PUBLIC RISCV_LIBTCC=1)
endif()

if (${CMAKE_PROJECT_NAME} STREQUAL "libriscv")
Expand Down

0 comments on commit cf5e24f

Please sign in to comment.