forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to fix ogre osx ci regression
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/OgreMain/include/OgrePlatform.h b/OgreMain/include/OgrePlatform.h | ||
index 50e396eba..d74dcc8fd 100644 | ||
--- a/OgreMain/include/OgrePlatform.h | ||
+++ b/OgreMain/include/OgrePlatform.h | ||
@@ -147,7 +147,7 @@ namespace Ogre { | ||
#elif defined(__EMSCRIPTEN__) | ||
# define OGRE_PLATFORM OGRE_PLATFORM_EMSCRIPTEN | ||
#elif defined( __APPLE_CC__) | ||
-# include "Availability.h" | ||
+# include <Availability.h> | ||
# ifdef __IPHONE_OS_VERSION_MIN_REQUIRED | ||
# define OGRE_PLATFORM OGRE_PLATFORM_APPLE_IOS | ||
# else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters