···213 # I do not know yet how to allow IOPMAssertion{CreateWithName,Release}
214 ./darwin_sleep.patch
21500000216 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''
217 # This is breaking the build of any C target. This patch removes the last
218 # argument if it's found to be an empty string.
···213 # I do not know yet how to allow IOPMAssertion{CreateWithName,Release}
214 ./darwin_sleep.patch
215216+ # Make DARWIN_XCODE_LOCATOR_COMPILE_COMMAND behave properly by diabling
217+ # multi-arch support (I could not get it to work) and using proper /usr/bin
218+ # paths that will get fixed below.
219+ ./xcode_locator.patch
220+221 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''
222 # This is breaking the build of any C target. This patch removes the last
223 # argument if it's found to be an empty string.