Commit d43acacf authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Fixes issue 105.

parent 736baa8a
...@@ -216,7 +216,7 @@ if test "${this_bindir}" = "${this_bindir%${bindir}}"; then ...@@ -216,7 +216,7 @@ if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
# TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we # TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we
# should work to remove it, and/or remove libtool altogether, replacing it # should work to remove it, and/or remove libtool altogether, replacing it
# with direct references to the library and a link path. # with direct references to the library and a link path.
gmock_libs="${build_dir}/lib/libgtest.la" gmock_libs="${build_dir}/lib/libgmock.la"
gmock_ldflags="" gmock_ldflags=""
# We provide hooks to include from either the source or build dir, where the # We provide hooks to include from either the source or build dir, where the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment