Skip to content

Commit

Permalink
chore: update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofes authored Feb 17, 2024
1 parent 91401e3 commit bd3115c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ target("change-this") -- Change this to your plugin name.
set_exceptions("none") -- To avoid conflicts with /EHa.
set_kind("shared")
set_languages("cxx20")
set_symbols("debug")

after_build(function (target)
local plugin_packer = import("scripts.after_build")
Expand Down

0 comments on commit bd3115c

Please sign in to comment.