mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
- Fixes https://github.com/termux/termux-packages/issues/28146 - Needs `no-include-android-headers.patch` now to prevent including headers that are only for building an APK. - Switch back to `_Linux` tags
14 lines
586 B
Diff
14 lines
586 B
Diff
Fixes:
|
|
error: unknown class name 'LinuxFileSystemAccess'
|
|
|
|
--- a/sdk/cmake/modules/sdklib_target.cmake
|
|
+++ b/sdk/cmake/modules/sdklib_target.cmake
|
|
@@ -347,7 +347,6 @@ target_include_directories(SDKlib
|
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
|
|
$<$<BOOL:${APPLE}>:${CMAKE_CURRENT_SOURCE_DIR}/include/mega/osx>
|
|
$<$<BOOL:${WIN32}>:${CMAKE_CURRENT_SOURCE_DIR}/include/mega/win32>
|
|
- $<$<BOOL:${ANDROID}>:${CMAKE_CURRENT_SOURCE_DIR}/include/mega/android> # Before posix.
|
|
$<$<BOOL:${UNIX}>:${CMAKE_CURRENT_SOURCE_DIR}/include/mega/posix>
|
|
)
|
|
|