Skip to content

Commit

Permalink
python3: enable python3-stable-api
Browse files Browse the repository at this point in the history
closes: #62

Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
chrisbra committed Nov 13, 2023
1 parent 3bae524 commit 39f585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_vim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export CFLAGS="-Wno-deprecated-declarations"
typeset -a CFG_OPTS
CFG_OPTS+=( "--enable-perlinterp" )
CFG_OPTS+=( "--enable-pythoninterp" )
CFG_OPTS+=( "--enable-python3interp" )
CFG_OPTS+=( "--with-python3-stable-abi" )
CFG_OPTS+=( "--enable-rubyinterp" )
CFG_OPTS+=( "--enable-luainterp" )
CFG_OPTS+=( "--enable-tclinterp" )
Expand Down

0 comments on commit 39f585d

Please sign in to comment.