Skip to content

Commit

Permalink
fix ios cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Sep 17, 2024
1 parent 452fd7e commit 192a9b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/b/bqlog/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ package("bqlog")
]])
io.replace("src/CMakeLists.txt", "/WX", "", {plain = true})
io.replace("src/CMakeLists.txt", "-Werror", "", {plain = true})
io.replace("src/CMakeLists.txt", [[set_xcode_property(BqLog GCC_GENERATE_DEBUGGING_SYMBOLS NO "ALL")]],
[[ macro (set_xcode_property TARGET XCODE_PROPERTY XCODE_VALUE)
set_xcode_property(BqLog GCC_GENERATE_DEBUGGING_SYMBOLS NO "ALL")
endmacro (set_xcode_property)
]], {plain = true})
import("package.tools.cmake").install(package, configs)
end)

Expand Down

0 comments on commit 192a9b3

Please sign in to comment.