mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-07 20:51:33 +00:00

Some of the other regex implementations appear to be having trouble compiling. This disables those for now.
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec cargo build \
|
|
--release \
|
|
--features 're-re2 re-onig re-pcre1 re-pcre2 re-rust re-rust-bytes re-tcl' \
|
|
"$@"
|