File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 66
66
mv nvim-macos-arm64/* .
67
67
rm -r nvim-macos-x86_64
68
68
rm -r nvim-macos-arm64
69
- ls -la
70
69
71
70
- name : Create universal Neovim
72
71
run : ./bin/neovim/bin/build_universal_neovim.sh
Original file line number Diff line number Diff line change @@ -60,11 +60,9 @@ build_neovim() {
60
60
cmake -B build -G Ninja \
61
61
-D CMAKE_BUILD_TYPE=" ${NVIM_BUILD_TYPE} " \
62
62
-D CMAKE_OSX_DEPLOYMENT_TARGET=" ${MACOSX_DEPLOYMENT_TARGET} " \
63
- -D ENABLE_LIBINTL=OFF \
64
- -D CMAKE_FIND_FRAMEWORK=NEVER
65
- # -D CMAKE_FIND_FRAMEWORK=NEVER \
66
- # -D LIBINTL_INCLUDE_DIR="${gettext_install_dir}/include" \
67
- # -D LIBINTL_LIBRARY="${gettext_install_dir}/lib/libintl.a"
63
+ -D CMAKE_FIND_FRAMEWORK=NEVER \
64
+ -D LIBINTL_INCLUDE_DIR=" ${gettext_install_dir} /include" \
65
+ -D LIBINTL_LIBRARY=" ${gettext_install_dir} /lib/libintl.a"
68
66
cmake --build build
69
67
70
68
cpack --config build/CPackConfig.cmake
@@ -84,7 +82,7 @@ main() {
84
82
make distclean
85
83
fi
86
84
87
- # build_gettext "${deployment_target}"
85
+ build_gettext " ${deployment_target} "
88
86
build_neovim " ${deployment_target} "
89
87
popd > /dev/null
90
88
You can’t perform that action at this time.
0 commit comments