forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Never build rust FFI in tree for open source hack
Summary: Similar to dune, we *must* have an out of source build as far as cargo/dune are concerned, even if we don't have one as far as top-level/cmake are concerned. Stick with .rs rather than #ifdef FACEBOOK for .h vs .rs, as with a separate build dir, we shouldn't need it any more. Might as well hide cargo_home out the way too while I'm here. Reviewed By: kavoor Differential Revision: D30712601 fbshipit-source-id: 5ac37df9d395bf52853c7f57c3949bdeb3989258
- Loading branch information
1 parent
4b3a784
commit c6964a7
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters