mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
- If Mono or OpenJDK are present in `$TERMUX_PREFIX` before building this package, failures will occur unless they are disabled preemptively.
12 lines
348 B
Diff
12 lines
348 B
Diff
--- a/cmake/modules/thirdparty/FindMono.cmake
|
|
+++ b/cmake/modules/thirdparty/FindMono.cmake
|
|
@@ -119,7 +119,7 @@ else( UNIX )
|
|
PATHS ${csharp_mono_paths}
|
|
)
|
|
|
|
- if( EXISTS ${csharp_mono_compiler} )
|
|
+ if( FALSE )
|
|
# Determine version
|
|
find_program(
|
|
csharp_mono_interpreter # variable is added to the cache, we removed it below
|