Fix Native Android Build

This commit is contained in:
TheBrokenRail
2023-11-03 12:48:11 -04:00
committed by iProgramInCpp
parent 88ef02a06b
commit 8af9d4b0c8

View File

@@ -10,9 +10,6 @@ cmake_minimum_required(VERSION 3.16.0)
project("reminecraftpe")
# Add the ANDROID flag. Used by our core
set(ANDROID)
# The root of the project
SET(MC_ROOT ../../../../../../..)