diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-21 13:52:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-21 13:53:34 +0000 |
commit | 263bec579fb5045d2e50a027778a0aec17c70f4b (patch) | |
tree | e4b1bd1f87cfd786a6b0e4a5e6867afed4149b52 /vcl | |
parent | 910f91a3e5228f26f0692f870a3fd3919835eb27 (diff) |
no java code for fuzzing
Change-Id: I902eb7521b6384d41cd4b8a9f58c0c0f6cd76d1b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/CustomTarget_nativecode.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/CustomTarget_nativecode.mk b/vcl/CustomTarget_nativecode.mk index 93656aa5774d..debd9ef09de5 100644 --- a/vcl/CustomTarget_nativecode.mk +++ b/vcl/CustomTarget_nativecode.mk @@ -13,6 +13,6 @@ wmffuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python) wmffuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx $(wmffuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir - $(call gb_Helper_abbreviate_dirs, $(wmffuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -j -g core) > $@ + $(call gb_Helper_abbreviate_dirs, $(wmffuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@ # vim: set noet sw=4 ts=4: |