projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c7cde
)
Fixup a reference to detail/FunctionalExcept.cpp
author
Christopher Dykes
<cdykes@fb.com>
Mon, 22 Aug 2016 22:55:49 +0000
(15:55 -0700)
committer
Facebook Github Bot 7
<facebook-github-bot-7-bot@fb.com>
Mon, 22 Aug 2016 23:08:31 +0000
(16:08 -0700)
Summary: I missed this reference when I moved it to the portability folder. It is already being compiled at its new location.
Reviewed By: yfeldblum
Differential Revision:
D3754227
fbshipit-source-id:
357b0c26ddbcefdc7640f6a334150abba90ed711
folly/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/Makefile.am
b/folly/Makefile.am
index 5df00b826a62c785510f2795cf3b8f31986fcc7d..a51285f4157e0484fac57c3e7866676cc21c1aaa 100644
(file)
--- a/
folly/Makefile.am
+++ b/
folly/Makefile.am
@@
-497,10
+497,6
@@
if !HAVE_WEAK_SYMBOLS
libfollybase_la_SOURCES += detail/MallocImpl.cpp
endif
-if !HAVE_BITS_FUNCTEXCEPT_H
-libfollybase_la_SOURCES += detail/FunctionalExcept.cpp
-endif
-
if HAVE_BOOST_CONTEXT
nobase_follyinclude_HEADERS += \
fibers/AddTasks.h \