mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
android-tools: build with go1.20, for real
This commit is contained in:
parent
4bef5d83ad
commit
3444dedf2e
1 changed files with 11 additions and 0 deletions
11
srcpkgs/android-tools/patches/go1.20.patch
Normal file
11
srcpkgs/android-tools/patches/go1.20.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/vendor/boringssl/CMakeLists.txt
|
||||
+++ b/vendor/boringssl/CMakeLists.txt
|
||||
@@ -38,7 +38,7 @@
|
||||
endif()
|
||||
else()
|
||||
find_package(Perl REQUIRED)
|
||||
- find_program(GO_EXECUTABLE go)
|
||||
+ find_program(GO_EXECUTABLE NAMES go go1.20)
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND NOT CMAKE_CROSSCOMPILING)
|
Loading…
Add table
Reference in a new issue