1
1
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:
Tae Won Ha 2017-05-07 16:41:53 +02:00
parent 524b272141
commit 913d22d0a5
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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;