Fix undefined weak 'vlog_startup_routines' on macOS
This commit is contained in:
parent
17ad3970ee
commit
2e351651cb
|
|
@ -121,7 +121,7 @@ endif()
|
|||
|
||||
if(APPLE)
|
||||
add_link_options(
|
||||
-Wl,-U,__Z15vl_time_stamp64v,-U,__Z13sc_time_stampv,-U,vlog_startup_routines
|
||||
-Wl,-U,__Z15vl_time_stamp64v,-U,__Z13sc_time_stampv,-U,_vlog_startup_routines
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue