mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
- Progress on https://github.com/termux/termux-packages/issues/23492 - Fixes `g++: error: unrecognized command-line option ‘--target=aarch64-linux-android24’`
13 lines
333 B
Diff
13 lines
333 B
Diff
Prevents "g++: error: unrecognized command-line option ‘--target=aarch64-linux-android24’"
|
||
|
||
--- a/CMakeLists.txt
|
||
+++ b/CMakeLists.txt
|
||
@@ -20,7 +20,6 @@ else ()
|
||
endif ()
|
||
|
||
# Compiler settings (this must come before calling project)
|
||
-set(CMAKE_CXX_COMPILER g++)
|
||
set(CMAKE_CXX_STANDARD 14)
|
||
set(CMAKE_CXX_STANDARD_REQUIRED on)
|
||
|