diff options
| -rw-r--r-- | xmake/rules/utils/symbols/export_all/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/utils/symbols/export_all/xmake.lua b/xmake/rules/utils/symbols/export_all/xmake.lua index b808d63a9..b64f41bf4 100644 --- a/xmake/rules/utils/symbols/export_all/xmake.lua +++ b/xmake/rules/utils/symbols/export_all/xmake.lua @@ -26,7 +26,7 @@ -- @see https://github.com/xmake-io/xmake/issues/1123 -- rule("utils.symbols.export_all") - on_load(function (target) + on_config(function (target) -- @note it only supports windows/dll now assert(target:is_shared(), 'rule("utils.symbols.export_all"): only for shared target(%s)!', target:name()) if target:is_plat("windows") then |
