Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Dec 13, 2024
1 parent ab173b6 commit d53f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/rules/platform/linux/driver/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

rule("platform.linux.driver")
on_config(function (target)
wprint('deprecated: please use rule("platform.linux.module") instead of rule("platform.linux.driver")')
wprint('deprecated: please use add_rules("platform.linux.module") instead of add_rules("platform.linux.driver")')
end)
add_deps("platform.linux.module")

0 comments on commit d53f304

Please sign in to comment.