Skip to content

Commit

Permalink
fix: expose xbyak definitions publicly (Starfield-Reverse-Engineering…
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored Sep 6, 2024
1 parent cc3a740 commit a90d21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ target("commonlibsf")
add_packages("spdlog", { public = true })

if has_config("sfse_xbyak") then
add_packages("xbyak")
add_packages("xbyak", { public = true })
end

-- add options
add_options("sfse_xbyak")
add_options("sfse_xbyak", { public = true })

-- add system links
add_syslinks("advapi32", "dbghelp", "ole32", "shell32", "user32", "version", "Ws2_32")
Expand Down

0 comments on commit a90d21f

Please sign in to comment.