Skip to content

Commit

Permalink
fix: Add install() for tar CMakeLists.txt
Browse files Browse the repository at this point in the history
Change-Id: I104aff500763192d9ac0f4e73543fd56e809f59f
  • Loading branch information
XayahSuSuSu committed Dec 14, 2024
1 parent 945df7e commit 84398c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/native/src/main/jni/external/tar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_SOURCE_DIR})

add_compile_options(
-DHAVE_CONFIG_H
-O3
Expand Down Expand Up @@ -306,3 +308,4 @@ target_link_libraries(tar
libgnu
libtar
)
install(TARGETS tar DESTINATION bin)

0 comments on commit 84398c2

Please sign in to comment.