提交 0b00ea1f 编写于 作者: J Jonathan Giszczak 提交者: Kevin Heifner

MacOSX compatibility redux. -noall_load no longer works.

Not sure how far back we're trying to support Mac OS X.  May have to
resurrect the -noall_load version for older versions.
上级 e51de5b0
......@@ -30,8 +30,8 @@ target_include_directories(eosiod PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
if(UNIX)
if(APPLE)
set(whole_archive_flag "-all_load")
set(no_whole_archive_flag "-noall_load")
set(whole_archive_flag "-force_load")
set(no_whole_archive_flag "")
else()
set(whole_archive_flag "--whole-archive")
set(no_whole_archive_flag "--no-whole-archive")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册