Skip to content
Discussion options

You must be logged in to vote

It's a little convoluted to figure out but it's all defined in the .github/workflows/macvim-buildtest.yaml file. If you search for "CONFOPT:" in the CI runs, you will see it print something like this:

--with-local-dir=/opt/homebrew --with-features=huge --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim --with-compiledby=GitHub Actions --enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --with-python3-stable-abi=3.9 --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/opt/homebrew --with-macarchs=x86_64 arm64

The details for what the configure flags do are documented in https://github.com/macvim-dev/macvim/w…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kenichi-asai
Comment options

Answer selected by kenichi-asai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants