Skip to content

Instantly share code, notes, and snippets.

@bradneuman
Created May 15, 2024 02:31
Show Gist options
  • Save bradneuman/85f7a9a148afef8f67cefbccf3a54bd4 to your computer and use it in GitHub Desktop.
Save bradneuman/85f7a9a148afef8f67cefbccf3a54bd4 to your computer and use it in GitHub Desktop.
diff --git a/Formula/ogre1.9.rb b/Formula/ogre1.9.rb
index fabd3dc..8a1b437 100644
--- a/Formula/ogre1.9.rb
+++ b/Formula/ogre1.9.rb
@@ -97,6 +97,7 @@ class Ogre19 < Formula
def install
cmake_args = [
+ "-DCMAKE_CXX_STANDARD='11'",
"-DCMAKE_OSX_ARCHITECTURES='x86_64'",
"-DOGRE_BUILD_LIBS_AS_FRAMEWORKS=OFF",
"-DOGRE_FULL_RPATH:BOOL=FALSE",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment