Skip to content

Commit

Permalink
Isolated change to enable conditional compilation of MODDED_BEHAVIOR_…
Browse files Browse the repository at this point in the history
…COMPATIBILITY.

Should be an xmake option, but that doesn't seem to work properly.
  • Loading branch information
rfortier committed May 16, 2024
1 parent 2f6cd67 commit 5a374ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ if has_config("unitybuild") then
add_rules("c++.unity_build", {batchsize = 12})
end

-- Single-commit enable MODDED_BEHAVIOR_COMPATIBILITY
add_defines("MODDED_BEHAVIOR_COMPATIBILITY")
add_requires(
"entt v3.10.0",
"recastnavigation v1.6.0",
Expand Down

0 comments on commit 5a374ce

Please sign in to comment.