This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via f92103258b6d0943bc657de1199eb9a5d8b4087d (commit)
from acff17b672272e5faa55e363b55bb5ff1e949c15 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f92103258b6d0943bc657de1199eb9a5d8b4087d
Author: Colton Pawielski <cep...@us...>
Date: Thu Jun 6 18:12:39 2024 -0500
Fix cpp/clock example (#616)
-----------------------------------------------------------------------
Summary of changes:
examples/dreamcast/cpp/clock/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/examples/dreamcast/cpp/clock/Makefile b/examples/dreamcast/cpp/clock/Makefile
index bd0eb4e2..e9839821 100644
--- a/examples/dreamcast/cpp/clock/Makefile
+++ b/examples/dreamcast/cpp/clock/Makefile
@@ -8,6 +8,8 @@ TARGET = clock.elf
OBJS = clock.o romdisk.o
KOS_ROMDISK_DIR = romdisk
+KOS_CPPFLAGS += -std=gnu++17
+
all: rm-elf $(TARGET)
include $(KOS_BASE)/Makefile.rules
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|