diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-11-20 12:47:41 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-11-20 12:47:41 +0100 |
commit | 872826ecaca5370e3492385cff3795d995b33ec7 (patch) | |
tree | 6604e8c27564b2fba6d183b304e188a2cf0cb12e /lanes-4.0.0-0.rockspec | |
parent | b8b4335dba57e1c6159b77d5cb7bbe91318664b4 (diff) | |
download | lanes-872826ecaca5370e3492385cff3795d995b33ec7.tar.gz lanes-872826ecaca5370e3492385cff3795d995b33ec7.tar.bz2 lanes-872826ecaca5370e3492385cff3795d995b33ec7.zip |
AllocatorDefinition implementation improvements
Diffstat (limited to 'lanes-4.0.0-0.rockspec')
-rw-r--r-- | lanes-4.0.0-0.rockspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lanes-4.0.0-0.rockspec b/lanes-4.0.0-0.rockspec index 120cf51..dbe398a 100644 --- a/lanes-4.0.0-0.rockspec +++ b/lanes-4.0.0-0.rockspec | |||
@@ -61,6 +61,7 @@ build = { | |||
61 | sources = | 61 | sources = |
62 | { | 62 | { |
63 | "src/_pch.cpp", | 63 | "src/_pch.cpp", |
64 | "src/allocator.cpp", | ||
64 | "src/cancel.cpp", | 65 | "src/cancel.cpp", |
65 | "src/compat.cpp", | 66 | "src/compat.cpp", |
66 | "src/deep.cpp", | 67 | "src/deep.cpp", |