tauri/.changes/tauri-codegen-use-correct-env.md
Amr Bashir ccc3ea729d
fix(codegen): use TAURI_ENV_TARGET_TRIPLE to determine the current platform-specific config (#9646)
* fix(codegen): use `TAURI_ENV_TARGET_TRIPLE` to determine the current platform-specific config

* set env var

* Update .changes/tauri-codegen-use-correct-env.md

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-05-28 13:48:24 -03:00

150 B

tauri-codegen
patch

Use TAURI_ENV_TARGET_TRIPLE (which is set by tauri-build) to determine the target when reading the config file.