Skip to content

Commit

Permalink
fix: type in luatos的xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Oct 30, 2023
1 parent f4fb9fb commit 8cd5a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/luatos/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ target(TARGET_NAME)
add_includedirs(LUATOS_ROOT.."components/mempool/profiler/include")
add_files(LUATOS_ROOT.."components/mempool/profiler/**.c")

-- hmeta
-- fskv
add_includedirs(LUATOS_ROOT.."components/fskv")
add_files(LUATOS_ROOT.."components/fskv/*.c")

Expand Down

0 comments on commit 8cd5a8f

Please sign in to comment.