Skip to content

Commit fb80c80

Browse files
committedFeb 8, 2026
Merge branch 'darwin' of github.com:ravynsoft/ravynos into darwin
2 parents 7f05d7e + 00f7b16 commit fb80c80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Developer/ravynOS.sdk/CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ execute_process(COMMAND
4444
set(libc_path ${ROOT_SOURCE_DIR}/Libraries/Libsystem/libsystem_c)
4545
execute_process(COMMAND env SRCROOT=${libc_path} DSTROOT=${RAVYN_SDKROOT}
4646
SDK_INSTALL_HEADERS_ROOT=. "PATH=${TOOLS}:$ENV{PATH}" ARCHS="${CpuArch} "
47-
VARIANT_PLATFORM_NAME=macosx sh ${libc_path}/xcodescripts/headers.sh
47+
VARIANT_PLATFORM_NAME=macosx bash ${libc_path}/xcodescripts/headers.sh
4848
)
4949
execute_process(
5050
COMMAND
@@ -72,4 +72,4 @@ file(COPY ${OBJC}/runtime/maptable.h ${OBJC}/runtime/NSObject-internal.h
7272
${OBJC}/runtime/objc-gdb.h ${OBJC}/runtime/objc-internal.h
7373
${OBJC}/runtime/objc-ptrauth.h ${OBJC}/runtime/hashtable.h
7474
${OBJC}/runtime/hashtable2.h ${OBJC}/runtime/objc-class.h
75-
DESTINATION ${RAVYN_SDKROOT}/usr/local/include/objc/)
75+
DESTINATION ${RAVYN_SDKROOT}/usr/local/include/objc/)

‎Libraries/Libsystem/libsystem_c/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ add_custom_target(generateLinklists
13671367
BUILD_ARCHIVES="Base FreeBSD TRE vInode32"
13681368
BUILT_PRODUCTS_DIR=${CMAKE_CURRENT_BINARY_DIR}
13691369
DERIVED_FILES_DIR=${CMAKE_CURRENT_BINARY_DIR}
1370-
sh ${CMAKE_CURRENT_SOURCE_DIR}/xcodescripts/build_linklists.sh
1370+
bash ${CMAKE_CURRENT_SOURCE_DIR}/xcodescripts/build_linklists.sh
13711371
)
13721372

13731373
add_dependencies(libsystem_c Platform

0 commit comments

Comments
 (0)
Please sign in to comment.