Skip to content

Commit

Permalink
use fallback scanner on image C++ module
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Oct 6, 2023
1 parent d325377 commit e050c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ modules = {
packages = { "gli", "libpng", "libjpeg-turbo" },
modulename = "Image",
public_deps = { "stormkit-core" },
custom = function()
set_policy("build.c++.clang.fallbackscanner", false)
end
},
main = {
modulename = "Main",
Expand Down

0 comments on commit e050c5c

Please sign in to comment.