luna: Skip UBSAN.cpp in CMakeLists as that's not implemented yet
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
apio 2023-02-14 20:10:02 +01:00
parent 38bd3d3eef
commit 08d5d727ee
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -17,7 +17,6 @@ set(FREESTANDING_SOURCES
src/DebugLog.cpp src/DebugLog.cpp
src/Heap.cpp src/Heap.cpp
src/Spinlock.cpp src/Spinlock.cpp
src/UBSAN.cpp
) )
set(SOURCES set(SOURCES