Skip to content
Snippets Groups Projects
Commit 1f06f5ac authored by Vladimir Rudnyh's avatar Vladimir Rudnyh
Browse files

Fix a failing Mac OS X build because of wrong libraries linking

parent 8bdce231
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ class Tarantool < Formula
args << "-DENABLE_CLIENT=True" if build.stable?
args << "-DCMAKE_INSTALL_SYSCONFDIR=#{prefix}/etc"
args << "-DCMAKE_INSTALL_LOCALSTATEDIR=#{prefix}/var"
args << "-DREADLINE_ROOT=/usr/local/Cellar"
args += std_cmake_args
ohai "Preparing"
......
......@@ -123,7 +123,7 @@ trampoline (int sig)
asm (
"\t.text\n"
#if _WIN32 || __CYGWIN__
#if _WIN32 || __CYGWIN__ || __APPLE__
"\t.globl _coro_transfer\n"
"_coro_transfer:\n"
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment