We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 472b2c7 + 008708a commit bfc9ad2Copy full SHA for bfc9ad2
src/os/posix/host-lib.c
@@ -1100,7 +1100,7 @@ static int Try_Browser(char *browser, REBCHR *url)
1100
***********************************************************************/
1101
{
1102
if (
1103
-#if defined(TO_OSX) || defined(TO_OSXI)
+#if defined(TO_OSX) || defined(TO_OSXI) || defined(TO_OSX_X64)
1104
Try_Browser("/usr/bin/open", url)
1105
#else
1106
Try_Browser("xdg-open", url)
0 commit comments