4142de57e2
da7d4dd2fc
changed the name of the env
var in .cargo/config.toml, causing the check in setup_protoc() to think
a custom path had been provided, which skipped the download and extract
step.
10 lines
280 B
TOML
10 lines
280 B
TOML
[env]
|
|
STRINGS_JSON = { value = "out/rslib/i18n/strings.json", relative = true }
|
|
# build script will append .exe if necessary
|
|
PROTOC = { value = "out/extracted/protoc/bin/protoc", relative = true }
|
|
PYO3_NO_PYTHON = "1"
|
|
MACOSX_DEPLOYMENT_TARGET = "10.13.4"
|
|
|
|
[term]
|
|
color = "always"
|