Skip to content

Commit 9e4204e

Browse files
schnitzeltonyRaphael Kubo da Costa
authored andcommitted
chromium: Fix native build-breaking typo
Caused loads of undefined symbols as: | ld.lld: error: undefined symbol: std::_Rb_tree_increment(std::_Rb_tree_node_base*) | >>> referenced by cpp_generator.cc Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 4d3cff9 commit 9e4204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ GN_ARGS += ' \
257257
'
258258

259259
# Use libcxx headers for native parts
260-
BUILD_CPPFLAGS:append:rumtime-llvm = " -isysroot=${STAGING_DIR_NATIVE} -stdlib=libc++"
260+
BUILD_CPPFLAGS:append:runtime-llvm = " -isysroot=${STAGING_DIR_NATIVE} -stdlib=libc++"
261261
# Use libgcc for native parts
262262
BUILD_LDFLAGS:append:runtime-llvm = " -rtlib=libgcc -unwindlib=libgcc -stdlib=libc++ -lc++abi -rpath ${STAGING_LIBDIR_NATIVE}"
263263

0 commit comments

Comments
 (0)