blob: 9bbc28f1f68d409d4c77f7e7e82561e132500a09 (
plain) (
blame)
1
2
3
4
5
6
7
8
  | 
# Build information for STP solver
required_variables_stp=(
  "STP_VERSION"
  "MINISAT_VERSION"
)
# On which artifacts does STP depend on
artifact_dependency_stp=("sanitizer_compiler")
 
  |