mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-11 23:43:13 +00:00
15 lines
375 B
Diff
15 lines
375 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fe67fc8..5154630 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -66,9 +66,7 @@ endif()
|
|
add_subdirectory(interface/vcos)
|
|
add_subdirectory(interface/vmcs_host)
|
|
add_subdirectory(interface/vchiq_arm)
|
|
-if(NOT ARM64)
|
|
add_subdirectory(interface/khronos)
|
|
-endif()
|
|
|
|
#add_subdirectory(opensrc/tools/lua)
|
|
if(BUILD_MMAL)
|