Replacd todo with issue (#6823)

This commit is contained in:
Jack May 2019-11-08 11:48:07 -08:00 committed by GitHub
parent 2f7d0e7884
commit bb9649e18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ TESTFRAMEWORK_FLAGS := \
-rpath $(TESTFRAMEWORK_RPATH) \
-lcriterion \
# The "-rpath" in TESTFRAMEWORK_FLAGS doesn't work in macOS so rewrite the name
# post-link.
# TODO: Find a better way
MACOS_ADJUST_TEST_DYLIB := \
$(if $(filter $(OS),Darwin),\
$(_@)install_name_tool -change libcriterion.3.dylib $(TESTFRAMEWORK_RPATH)/libcriterion.3.dylib, \