Skip to content

Commit

Permalink
Fix missing compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Feb 27, 2024
1 parent 1061a07 commit 89adeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ target("commonlibsse-ng")
set_pcxxheader("include/SKSE/Impl/PCH.h")

-- add flags
add_cxxflags("/permissive-")
add_cxxflags("/EHsc", "/permissive-", { public = true })

-- add flags (cl)
add_cxxflags(
Expand Down

0 comments on commit 89adeb3

Please sign in to comment.