macvim 8.2-169#66828
Conversation
|
I'm not sure what the failure on Catalina is about. |
CI building arm64 targets on Catalina? |
|
Macvim's Xcode project sometimes wants to build universal binaries, and we should avoid it. That's what the removed patch was going, and this should be filed as an issue with upstream |
|
Hi, I just made a new release (r169) for MacVim so we should make a new one for that instead. The way MacVim currently prevents building universal binaries is via the This won't allow for non-Rosetta builds on Apple Silicon though. But maybe that's a different fix later. Edit: To be clear, that means the patch isn't necessary with this flag. You don't need to add it back. |
|
@ychin Yay! I'll handle that tonight then. |
6afedce to
76d6c06
Compare
|
@chenrui333 How does this look now? |
|
I'm pretty sure you want |
a270abd to
b5f335e
Compare
|
@ychin All should be resolved now. |
b5f335e to
9d0fc8f
Compare
|
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?See also #66778, which this obviates.