Skip to content

Commit 09cd351

Browse files
committed
Remove debug statements
1 parent 2e72c66 commit 09cd351

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build-universal-neovim.yml

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
mv nvim-macos-arm64/* .
6767
rm -r nvim-macos-x86_64
6868
rm -r nvim-macos-arm64
69-
ls -la
7069
7170
- name: Create universal Neovim
7271
run: ./bin/neovim/bin/build_universal_neovim.sh

bin/neovim/bin/build_neovim.sh

+4-6
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ build_neovim() {
6060
cmake -B build -G Ninja \
6161
-D CMAKE_BUILD_TYPE="${NVIM_BUILD_TYPE}" \
6262
-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"
6866
cmake --build build
6967

7068
cpack --config build/CPackConfig.cmake
@@ -84,7 +82,7 @@ main() {
8482
make distclean
8583
fi
8684

87-
# build_gettext "${deployment_target}"
85+
build_gettext "${deployment_target}"
8886
build_neovim "${deployment_target}"
8987
popd >/dev/null
9088

0 commit comments

Comments
 (0)