Workaround ld.gold failing with msgfmt
This commit is contained in:
@@ -63,6 +63,12 @@ blender_add_lib(bf_intern_locale "${SRC}" "${INC}" "${INC_SYS}")
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Build msgfmt executable
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCC)
|
||||
# workaroud ld.gold linker bug
|
||||
string(REPLACE "-fuse-ld=gold" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||
endif()
|
||||
|
||||
set(MSFFMT_SRC
|
||||
msgfmt.cc
|
||||
)
|
||||
|
Reference in New Issue
Block a user