Commit 39786ac6 authored by Tudor Bosman's avatar Tudor Bosman

Fix fedora / ubuntu build

Test Plan: yes

Reviewed By: andrewjcg@fb.com

FB internal diff: D558628
parent 6bdcff46
......@@ -174,7 +174,7 @@ cpuid_test_LDADD = libgtestmain.la $(top_builddir)/libfolly.la
TESTS += cpuid_test
spooky_hash_test_SOURCES = SpookyHashTest.cpp
spooky_hash_test_LDADD = $(top_builddir)/libfolly.la
spooky_hash_test_LDADD = -lrt $(top_builddir)/libfolly.la
TESTS += spooky_hash_test
check_PROGRAMS= $(TESTS)
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