From c8c895dbc0c294fc0855fba42bcb5790e5f3f5e2 Mon Sep 17 00:00:00 2001 From: Dino Distefano Date: Wed, 14 Nov 2018 10:01:23 -0800 Subject: [PATCH] Fix buck Reviewed By: martinoluca, jvillard Differential Revision: D13064796 fbshipit-source-id: 4483025f8 --- infer/lib/python/inferlib/capture/buck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/lib/python/inferlib/capture/buck.py b/infer/lib/python/inferlib/capture/buck.py index 6e2f0b7fd..ceb8d8857 100644 --- a/infer/lib/python/inferlib/capture/buck.py +++ b/infer/lib/python/inferlib/capture/buck.py @@ -122,7 +122,7 @@ class BuckAnalyzer: '--config', '*//cxx.pch_enabled=false', '--config', # Infer doesn't support C++ modules yet (T35656509) - '*//cxx.modules_default=0', + '*//cxx.modules_default=false', '--config', '*//cxx.modules=False', ] + self.args.Xbuck