From: falcovorbis <fal...@us...> - 2023-11-18 06:43:30
|
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 e8653ec03223ab890cb6682ed819e3c1da5c35f4 (commit) via 8cae634c1ac7c7eab24f2ccafc08934a665fce05 (commit) from c27fb0a93183016b5b68eb7e42958f48808b8097 (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 e8653ec03223ab890cb6682ed819e3c1da5c35f4 Merge: c27fb0a 8cae634 Author: Falco Girgis <gyr...@gm...> Date: Sat Nov 18 00:42:47 2023 -0600 Merge pull request #370 from cepawiel/cmake_naomi_fix Fix Typo in CMake Toolchain for NAOMI commit 8cae634c1ac7c7eab24f2ccafc08934a665fce05 Author: Colton Pawielski <cep...@mt...> Date: Sat Nov 18 00:36:13 2023 -0600 Fix CMake Toolchain Typo ----------------------------------------------------------------------- Summary of changes: utils/cmake/dreamcast.toolchain.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cmake/dreamcast.toolchain.cmake b/utils/cmake/dreamcast.toolchain.cmake index f0a44f0..08fbb0c 100644 --- a/utils/cmake/dreamcast.toolchain.cmake +++ b/utils/cmake/dreamcast.toolchain.cmake @@ -74,7 +74,7 @@ ADD_DEFINITIONS( ) if(${KOS_SUBARCH} MATCHES naomi) - ADD_DEFINITONS( + ADD_DEFINITIONS( -D__NAOMI__ -D_arch_sub_naomi ) hooks/post-receive -- A pseudo Operating System for the Dreamcast. |