aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/allegro5/skip-android-aar.diff
blob: 9b015267f6a858799988164311884681ac0b92e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b2ccfb..a6029b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1110,7 +1110,6 @@ configure_file(
 
 if(ANDROID)
     include(AndroidApp)
-    add_subdirectory(android)
 endif(ANDROID)
 
 #-----------------------------------------------------------------------------#