mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 02:54:31 +03:00
Adapt script in the build phase of NeoVimServer
This commit is contained in:
parent
524b272141
commit
913d22d0a5
@ -1381,7 +1381,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "pushd neovim\nCFLAGS='-mmacosx-version-min=10.10' MACOSX_DEPLOYMENT_TARGET=10.10 LibIntl_INCLUDE_DIRS=${PROJECT_DIR}/third-party/libintl make libnvim\npopd";
|
||||
shellScript = "pushd neovim\nmake CFLAGS='-mmacosx-version-min=10.10' MACOSX_DEPLOYMENT_TARGET=10.10 CMAKE_EXTRA_FLAGS=\"-DGETTEXT_SOURCE=CUSTOM\" libnvim\npopd";
|
||||
};
|
||||
4BDFAC751E59BAC30056122C /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
|
Loading…
Reference in New Issue
Block a user