Skip to content

Commit fbfb35f

Browse files
committed
Better, but still broken. TBC tomorrow
1 parent 067ddcf commit fbfb35f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/native/nativeaot/host/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ endif()
1616

1717
# Extra source directories
1818
set(LIBCXX_SOURCE_DIR "${THIRD_PARTY_SOURCE_DIR}/llvm/libcxx/src")
19+
set(BIONIC_SOURCE_DIR "${THIRD_PARTY_SOURCE_DIR}/bionic")
1920
set(CXXABI_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../cxx-abi)
2021

2122
# Library directories
@@ -39,6 +40,9 @@ set(XAMARIN_MONODROID_SOURCES
3940

4041
../runtime-base/android-system.cc
4142

43+
# Bionic sources
44+
${BIONIC_SOURCE_DIR}//cxa_guard.cc
45+
4246
# libc++ sources
4347
${LIBCXX_SOURCE_DIR}/verbose_abort.cpp
4448

0 commit comments

Comments
 (0)