We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067ddcf commit fbfb35fCopy full SHA for fbfb35f
src/native/nativeaot/host/CMakeLists.txt
@@ -16,6 +16,7 @@ endif()
16
17
# Extra source directories
18
set(LIBCXX_SOURCE_DIR "${THIRD_PARTY_SOURCE_DIR}/llvm/libcxx/src")
19
+set(BIONIC_SOURCE_DIR "${THIRD_PARTY_SOURCE_DIR}/bionic")
20
set(CXXABI_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../cxx-abi)
21
22
# Library directories
@@ -39,6 +40,9 @@ set(XAMARIN_MONODROID_SOURCES
39
40
41
../runtime-base/android-system.cc
42
43
+ # Bionic sources
44
+ ${BIONIC_SOURCE_DIR}//cxa_guard.cc
45
+
46
# libc++ sources
47
${LIBCXX_SOURCE_DIR}/verbose_abort.cpp
48
0 commit comments