xref: /third_party/rust/crates/regex/regex-capi/ctest/compile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/regex/regex-capi/ctest/
1c67d6573Sopenharmony_ci#!/bin/sh
2c67d6573Sopenharmony_ci
3c67d6573Sopenharmony_ciset -ex
4c67d6573Sopenharmony_ci
5c67d6573Sopenharmony_cicargo build --manifest-path ../Cargo.toml
6c67d6573Sopenharmony_cigcc -DDEBUG -o test test.c -ansi -Wall -I../include -L../../target/debug -lrure
7c67d6573Sopenharmony_ci# If you're using librure.a, then you'll need to link other stuff:
8c67d6573Sopenharmony_ci# -lutil -ldl -lpthread -lgcc_s -lc -lm -lrt -lutil -lrure
9

Indexes created Thu Nov 07 10:32:03 CST 2024