diff --git a/src/app/gui/zeml.cc b/src/app/gui/zeml.cc index 8c43a635..f7e3b9ab 100644 --- a/src/app/gui/zeml.cc +++ b/src/app/gui/zeml.cc @@ -593,8 +593,7 @@ std::string LoadFile(const std::string& filename) { const std::string kPath = "assets/layouts/"; #ifdef __APPLE__ - #ifdef TARGET_OS_IOS - + #if TARGET_OS_IOS == 1 const std::string kBundlePath = GetBundleResourcePath(); std::ifstream file(kBundlePath + filename); #else