···2323 # Since it has only two source files, the best course of action to support
2424 # cross compilation is to create a small meson.build file.
2525 # Relevant upstream issue: https://github.com/cesanta/frozen/pull/71
2626+ # We also remove the GN BUILD file to prevent conflicts on case-insesitive
2727+ # file systems.
2628 preConfigure = ''
2929+ rm BUILD
2730 cp ${./meson.build} meson.build
2831 '';
2932