Skip to content

Commit 76631da

Browse files
committed
Add missing Metadata.cpp for Mac build
1 parent 171fa0a commit 76631da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Bootstrap_Mac.cake

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"ModuleManager.cpp"
1919
"Logging.cpp"
2020
"Build.cpp"
21+
"Metadata.cpp"
2122
"Main.cpp")
2223

2324
(add-build-options "-DMACOS" "-Wall" "-Werror")

Build_Mac.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ else
2929
src/ModuleManager.cpp \
3030
src/Logging.cpp \
3131
src/Build.cpp \
32+
src/Metadata.cpp \
3233
src/Main.cpp \
3334
-DMACOS || exit $?
3435
# Need -ldl for dynamic loading, -rdynamic to let compile-time functions resolve to

0 commit comments

Comments
 (0)