Skip to content

Commit

Permalink
Removed renudant 2nd argument , {install = true} for func add_headerf…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
luadebug committed Oct 11, 2024
1 parent 365e8cd commit 6ada781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/l/libmem/port/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ target("libmem")
set_kind("$(kind)")
add_packages("capstone", "keystone")

add_headerfiles("include/(libmem/*.h)", {install = true})
add_headerfiles("include/(libmem/*.hpp)", {install = true})
add_headerfiles("include/(libmem/*.h)")
add_headerfiles("include/(libmem/*.hpp)")

add_includedirs("include")
add_includedirs(
Expand Down

0 comments on commit 6ada781

Please sign in to comment.