Skip to content

Commit

Permalink
bogo: fix config rewriting when cpp is clang
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed May 15, 2024
1 parent 6faac22 commit f214df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bogo/runme
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ set -xe
case ${BOGO_SHIM_PROVIDER:-ring} in
ring)
cargo build -p rustls --example bogo_shim --no-default-features --features ring,tls12,logging,std
cpp -P -DRING config.json.in -oconfig.json
cpp -P -DRING config.json.in > config.json
;;
aws-lc-rs)
cargo build -p rustls --example bogo_shim --no-default-features --features aws_lc_rs,tls12,logging,std
cpp -P -DAWS_LC_RS config.json.in -oconfig.json
cpp -P -DAWS_LC_RS config.json.in > config.json
;;
existing)
;;
Expand Down

0 comments on commit f214df9

Please sign in to comment.