Skip to content

Commit f324ffa

Browse files
committed
Fixed amalgamated build.
1 parent 3ebd846 commit f324ffa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/bx.lua

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ project "bx"
4747
if _OPTIONS["with-amalgamated"] then
4848
excludes {
4949
path.join(BX_DIR, "src/allocator.cpp"),
50+
path.join(BX_DIR, "src/bounds.cpp"),
5051
path.join(BX_DIR, "src/bx.cpp"),
5152
path.join(BX_DIR, "src/commandline.cpp"),
5253
path.join(BX_DIR, "src/crtnone.cpp"),

src/amalgamated.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include "allocator.cpp"
7+
#include "bounds.cpp"
78
#include "bx.cpp"
89
#include "commandline.cpp"
910
#include "crtnone.cpp"

0 commit comments

Comments
 (0)