Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuisSurGithub committed Feb 14, 2024
1 parent 4da74b3 commit 7488899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/hma-cli/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target("hma-cli")
"main.c")
add_includedirs(ROOT_DIR .. "include")
add_deps("hma_static", "hma_shared")
add_linkdirs(ROOT_DIR .. "build")
-- add_linkdirs(ROOT_DIR .. "build")
add_links("curl", "hma")
add_installfiles(
ROOT_DIR .. "LICENSE.md",
Expand Down

0 comments on commit 7488899

Please sign in to comment.