aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2023-06-17 22:30:22 +0200
committerJose Luis Marti <joseluis.marti@gmail.com>2023-06-17 22:30:22 +0200
commitf20589bd8bb8233347befeee17707684c5e12588 (patch)
tree6d087ca1aa996e0687955dd99c4ef681a83eb3a5 /cmake/scripts
parent31e0f1dfcaff05465eb40ff553c40e21dc6ca31e (diff)
Adjust macros according to the API we are targeting
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/android/ArchSetup.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/scripts/android/ArchSetup.cmake b/cmake/scripts/android/ArchSetup.cmake
index 49ba396194..3517f8139d 100644
--- a/cmake/scripts/android/ArchSetup.cmake
+++ b/cmake/scripts/android/ArchSetup.cmake
@@ -3,8 +3,7 @@ if(NOT CMAKE_TOOLCHAIN_FILE)
endif()
set(ARCH_DEFINES -DTARGET_POSIX -DTARGET_LINUX -DTARGET_ANDROID)
-set(SYSTEM_DEFINES -D__STDC_CONSTANT_MACROS -D_LARGEFILE64_SOURCE
- -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64=1)
+set(SYSTEM_DEFINES -D__STDC_CONSTANT_MACROS -D_LARGEFILE_SOURCE)
# Main cpp
set(CORE_MAIN_SOURCE ${CMAKE_SOURCE_DIR}/xbmc/platform/android/activity/XBMCApp.cpp)