File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,13 @@ questions.
8383 <arg value =" -F" />
8484 <arg value =" ${ javahome } /../.." />
8585 <arg value =" -isysroot" />
86- <arg value =" /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" />
87- <arg value =" -mmacosx-version-min=10.7" />
86+
87+ <!-- WARNING: Do NOT use SDK with version superior to 10.9 because side effects have been
88+ reported in applications using OpenGL, in particular AWT based java apps crashing
89+ when using multi-monitor setups. See https://github.com/arduino/Arduino/pull/10234 and
90+ related issues for details. -->
91+ <arg value =" /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" />
92+
8893 <arg value =" appbundler/native/main.m" />
8994 </exec >
9095 </target >
You can’t perform that action at this time.
0 commit comments