Skip to content

Commit 560c33b

Browse files
committed
https://aui-framework.github.io/develop/md_docs_2Runtime_01Dependency_01Resolution.html
Disable runtime dependency resolution
1 parent 8344da0 commit 560c33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/a/aui/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ package("aui")
141141

142142
on_install("!bsd and !wasm", function (package)
143143
local configs = {
144+
"-DAUI_INSTALL_RUNTIME_DEPENDENCIES=OFF",
144145
"-DAUIB_NO_PRECOMPILED=TRUE",
145146
"-DAUIB_DISABLE=ON"
146147
}

0 commit comments

Comments
 (0)