Skip to content

Commit

Permalink
build: add default MD
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 4, 2024
1 parent bd1c234 commit 9237c3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ add_rules("mode.debug", "mode.release", "mode.releasedbg")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_requires("levilamina") -- or add_requires("levilamina x.x.x") to specify target LeviLamina version

if not has_config("vs_runtime") then
set_runtimes("MD")
end

target("plugin") -- Change this to your plugin name.
add_cxflags(
"/EHa",
Expand Down

0 comments on commit 9237c3d

Please sign in to comment.