<div dir="ltr">Hi Tim,<br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 23, 2018 at 8:58 AM Tim Johnson <<a href="mailto:digit@sonic.net">digit@sonic.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>
Hi,<br>
<br>
I've made a branch with the following commit message:<br>
<br>
    Use output of xcode-select to determine path of Xcode in Mac Makefile, instead of hard-coding.<br>
    xcode-select allows for multiple versions of Xcode to be installed and to be selected by the user.<br>
    DO NOT put a space in a renamed Xcode.app, however: this will break SDK detection in the Makefile.<br>
<br>
    Add OS X 10.14 SDKs for x64 build, as supplied by Xcode 10.<br><br>
which does the following:<br>
<br>
build.macos32x86/common/Makefile.flags & build.macos64x64/common/Makefile.flags:<br><br>
-XCODE:=/Applications/Xcode.app/Contents/Developer<br>
+XCODE:=$(shell /usr/bin/xcode-select -p)<br><br>
and:<br>
<br>
build.macos64x64/common/Makefile.flags<br>
<br>
-SDKs:=MacOSX10.10.sdk MacOSX10.11.sdk MacOSX10.12.sdk MacOSX10.13.sdk<br>
+SDKs:=MacOSX10.10.sdk MacOSX10.11.sdk MacOSX10.12.sdk MacOSX10.13.sdk MacOSX10.14.sdk<br>
<br>
However, I'm not sure I have permissions to push my branch and create a pull request.  If that's the model you use, please let me know.  I am use @tcj on github.<br></blockquote><div><br></div><div>Yes, that's the model.  Talk to Fabio about permissions if you're denied access.  And if that fails I can make the above edits for you but would prefer you are granted sufficient permission.</div><div><br></div></div><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div>