We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171fa0a commit 76631daCopy full SHA for 76631da
Bootstrap_Mac.cake
@@ -18,6 +18,7 @@
18
"ModuleManager.cpp"
19
"Logging.cpp"
20
"Build.cpp"
21
+ "Metadata.cpp"
22
"Main.cpp")
23
24
(add-build-options "-DMACOS" "-Wall" "-Werror")
Build_Mac.sh
@@ -29,6 +29,7 @@ else
29
src/ModuleManager.cpp \
30
src/Logging.cpp \
31
src/Build.cpp \
32
+ src/Metadata.cpp \
33
src/Main.cpp \
34
-DMACOS || exit $?
35
# Need -ldl for dynamic loading, -rdynamic to let compile-time functions resolve to
0 commit comments