|
From: kosmirror <kos...@us...> - 2025-07-27 05:55:39
|
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 facb3707d2ae1f39dab6126e4466c9ca8ac1d4bc (commit)
from 9d8aabc8413b9cb5934524e77337276dcfa16eae (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 facb3707d2ae1f39dab6126e4466c9ca8ac1d4bc
Author: GPF <tr...@ya...>
Date: Sat Jul 26 19:08:09 2025 -0700
Add missing include path for architecture-specific addons
-----------------------------------------------------------------------
Summary of changes:
environ_base.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/environ_base.sh b/environ_base.sh
index cd2fcf62..21b7cf01 100644
--- a/environ_base.sh
+++ b/environ_base.sh
@@ -26,7 +26,7 @@ fi
# Our includes.
export KOS_INC_PATHS="${KOS_INC_PATHS} -I${KOS_BASE}/include \
--I${KOS_BASE}/kernel/arch/${KOS_ARCH}/include -I${KOS_BASE}/addons/include \
+-I${KOS_BASE}/kernel/arch/${KOS_ARCH}/include -I${KOS_BASE}/addons/include/ -I${KOS_BASE}/addons/include/${KOS_ARCH} \
-I${KOS_PORTS}/include"
# "System" libraries.
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|