mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Fix Texture Detection
This commit is contained in:
committed by
iProgramInCpp
parent
ec12755632
commit
433b1532d9
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16.0)
|
||||
project(reminecraftpe-android)
|
||||
|
||||
# Project Root
|
||||
set(MC_ROOT ../../../../../../..)
|
||||
set(MC_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../../../../../..")
|
||||
|
||||
# Native Android Build
|
||||
add_compile_definitions(USE_NATIVE_ANDROID)
|
||||
|
||||
Reference in New Issue
Block a user