mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-08 17:32:23 +01:00
13 lines
289 B
Diff
13 lines
289 B
Diff
Only available on aarch64 and x86_64, build fails on other architectures.
|
|
|
|
--- a/main/CMakeLists.txt
|
|
+++ b/main/CMakeLists.txt
|
|
@@ -9,6 +9,3 @@ if (WIN32)
|
|
add_subdirectory(forwarder)
|
|
endif ()
|
|
|
|
-if (NOT EMSCRIPTEN)
|
|
- add_subdirectory(updater)
|
|
-endif ()
|
|
\ No newline at end of file
|