Skip to content

Commit fbec89e

Browse files
committed
Fix header guards
1 parent 10051a1 commit fbec89e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android-ndk-r10e-api-21-mips.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Copyright (c) 2015, Michele Caini
33
# All rights reserved.
44

5-
if(DEFINED POLLY_ANDROID_NDK_R10E_API_21_ARMEABI_CMAKE_)
5+
if(DEFINED POLLY_ANDROID_NDK_R10E_API_21_MIPS_CMAKE_)
66
return()
77
else()
8-
set(POLLY_ANDROID_NDK_R10E_API_21_ARMEABI_CMAKE_ 1)
8+
set(POLLY_ANDROID_NDK_R10E_API_21_MIPS_CMAKE_ 1)
99
endif()
1010

1111
include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_clear_environment_variables.cmake")

android-ndk-r10e-api-21-mips64.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Copyright (c) 2015, Michele Caini
33
# All rights reserved.
44

5-
if(DEFINED POLLY_ANDROID_NDK_R10E_API_21_ARMEABI_CMAKE_)
5+
if(DEFINED POLLY_ANDROID_NDK_R10E_API_21_MIPS64_CMAKE_)
66
return()
77
else()
8-
set(POLLY_ANDROID_NDK_R10E_API_21_ARMEABI_CMAKE_ 1)
8+
set(POLLY_ANDROID_NDK_R10E_API_21_MIPS64_CMAKE_ 1)
99
endif()
1010

1111
include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_clear_environment_variables.cmake")

0 commit comments

Comments
 (0)