Skip to content

Commit

Permalink
update mulle-sde project to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Oct 23, 2023
1 parent 7b02da7 commit 03b7066
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .mulle/share/env/environment-plugin.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .mulle/share/env/version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 3.14)

project( mulle-objc-developer NONE)

set( PROJECT_VERSION 0.25.0)
set( PROJECT_VERSION 0.26.0)


if( APPLE)
Expand Down
2 changes: 1 addition & 1 deletion src/mulle-objc/github-actions/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.0
0.26.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,29 @@ if( UNIX AND NOT (APPLE OR COSMOPOLITAN OR MUSL_STATIC_ONLY))
endif()
endif()

#
# MEMO: if I don't "if" MULLE_ATINIT_LIBRARY, then the compiler test on
# cmake on Apple will error out, because it doesn't link it for
# testing the compiler.
#
if( APPLE AND MULLE_OBJC)
if( LINK_PHASE)
target_link_options( "${EXECUTABLE_LINK_TARGET}"
PUBLIC
"SHELL:LINKER:-exported_symbol,___register_mulle_objc_universe"
)
if( MULLE_OBJC_RUNTIME_LIBRARY)
target_link_options( "${EXECUTABLE_LINK_TARGET}"
PUBLIC
"SHELL:LINKER:-exported_symbol,___register_mulle_objc_universe"
)
endif()

if( MULLE_TEST)
if( MULLE_ATINIT_LIBRARY)
target_link_options( "${EXECUTABLE_LINK_TARGET}"
PUBLIC
"SHELL:LINKER:-exported_symbol,__mulle_atinit"
)
endif()
if( MULLE_ATEXIT_LIBRARY)
target_link_options( "${EXECUTABLE_LINK_TARGET}"
PUBLIC
"SHELL:LINKER:-exported_symbol,_mulle_atexit"
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/mulle-objc/objc-cmake/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.0
0.26.0
2 changes: 1 addition & 1 deletion src/mulle-objc/objc/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.0
0.26.0

0 comments on commit 03b7066

Please sign in to comment.