Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed May 27, 2024
1 parent 2e72c66 commit 09cd351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-universal-neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
mv nvim-macos-arm64/* .
rm -r nvim-macos-x86_64
rm -r nvim-macos-arm64
ls -la
- name: Create universal Neovim
run: ./bin/neovim/bin/build_universal_neovim.sh
Expand Down
10 changes: 4 additions & 6 deletions bin/neovim/bin/build_neovim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@ build_neovim() {
cmake -B build -G Ninja \
-D CMAKE_BUILD_TYPE="${NVIM_BUILD_TYPE}" \
-D CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET}" \
-D ENABLE_LIBINTL=OFF \
-D CMAKE_FIND_FRAMEWORK=NEVER
# -D CMAKE_FIND_FRAMEWORK=NEVER \
# -D LIBINTL_INCLUDE_DIR="${gettext_install_dir}/include" \
# -D LIBINTL_LIBRARY="${gettext_install_dir}/lib/libintl.a"
-D CMAKE_FIND_FRAMEWORK=NEVER \
-D LIBINTL_INCLUDE_DIR="${gettext_install_dir}/include" \
-D LIBINTL_LIBRARY="${gettext_install_dir}/lib/libintl.a"
cmake --build build

cpack --config build/CPackConfig.cmake
Expand All @@ -84,7 +82,7 @@ main() {
make distclean
fi

# build_gettext "${deployment_target}"
build_gettext "${deployment_target}"
build_neovim "${deployment_target}"
popd >/dev/null

Expand Down

0 comments on commit 09cd351

Please sign in to comment.