diff options
| author | Martin Ridgers <[email protected]> | 2021-12-15 09:10:45 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-15 09:10:45 +0100 |
| commit | 60dd4a5d71f3c8c66b8a6a38c3a12e45ba133176 (patch) | |
| tree | cc7a90afa5cb892fcc0d1ae1f947ffaad88b0341 /xmake.lua | |
| parent | Deleted file that mysteriously returned via a merge (diff) | |
| download | zen-60dd4a5d71f3c8c66b8a6a38c3a12e45ba133176.tar.xz zen-60dd4a5d71f3c8c66b8a6a38c3a12e45ba133176.zip | |
Setting include dir paths under an option does not work in xmake >=2.6
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -120,7 +120,6 @@ option("zentrace") set_default(false) set_showmenu(true) set_description("Enable UE's Trace support") - add_includedirs("thirdparty/trace") option_end() add_define_by_config("ZEN_WITH_TRACE", "zentrace") |