Skip to content

Commit 9d712f6

Browse files
committed
Add back the rules build command
1 parent dfb5e19 commit 9d712f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ file(GLOB_RECURSE rule_preprocessor_sources
174174

175175
add_custom_command(
176176
OUTPUT ${rust_rules_ir_outputs} ${RUSTLS_HEADER}
177+
COMMAND cargo +${RUST_STABLE_VERSION} build --release --manifest-path "${PROJECT_SOURCE_DIR}/rules/Cargo.toml"
177178
COMMAND ${CMAKE_COMMAND} -E env
178179
CARGO_TARGET_DIR=${CMAKE_BINARY_DIR}/target_preprocessor
179180
cargo +${RUST_NIGHTLY_VERSION} run --release --manifest-path "${PROJECT_SOURCE_DIR}/rule-preprocessor/Cargo.toml"

0 commit comments

Comments
 (0)