change where neovim looks for _pkgconfig_force_rebuild

This commit is contained in:
Matthew Stobbs
2025-10-13 11:47:38 -06:00
parent 6ff8a81ab1
commit 55723d1829
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
git_repo: "{{ pkgconfig.neovim.git_repo }}"
git_path: "{{ d_tempdir.path }}/neovim"
build_type: "{{ pkgconfig.neovim.build_type }}"
clean: "{{ pkgconfig_neovim.clean | default(package_default_clean_src) }}"
clean: "{{ pkgconfig_neovim.clean | default(_pkgconfig_force_rebuild) }}"
installed_files: "{{ pkgconfig.neovim.build_installed_files }}"
- name: Set neovim config for appimage install