Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 23, 2024
1 parent ff54621 commit 9e2f891
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 @@ -91,7 +91,7 @@ target("legacy-script-engine")
"toml++"
)
add_shflags(
"/DELAYLOAD:bedrock_server.dll" -- To allow including Minecraft headers without linking.
"/DELAYLOAD:bedrock_server.dll" -- To use forged symbols of SymbolProvider.
)
set_basename("legacy-script-engine-$(backend)")
set_exceptions("none") -- To avoid conflicts with /EHa.
Expand Down

0 comments on commit 9e2f891

Please sign in to comment.