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.
83
83
<arg value =" -F" />
84
84
<arg value =" ${ javahome } /../.." />
85
85
<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
+
88
93
<arg value =" appbundler/native/main.m" />
89
94
</exec >
90
95
</target >
You can’t perform that action at this time.
0 commit comments