]> git.pld-linux.org Git - packages/mozjs68.git/blob - no-rust.patch
- rust is not needed tro build pure C++ library
[packages/mozjs68.git] / no-rust.patch
1 --- firefox-68.7.0/js/moz.configure~    2020-04-03 21:29:56.000000000 +0200
2 +++ firefox-68.7.0/js/moz.configure     2020-05-01 10:20:08.759893678 +0200
3 @@ -18,11 +18,6 @@
4  option(env='JS_STANDALONE', default=building_js,
5         help='Reserved for internal use')
6  
7 -include('../build/moz.configure/rust.configure',
8 -        when='--enable-compile-environment')
9 -include('../build/moz.configure/bindgen.configure',
10 -        when='--enable-compile-environment')
11 -
12  @depends('JS_STANDALONE')
13  def js_standalone(value):
14      if value:
This page took 0.035474 seconds and 3 git commands to generate.