Skip to content

Commit f2986ea

Browse files
committed
check target
1 parent da8cab5 commit f2986ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

steamworks-sys/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
2121

2222
let triple = std::env::var("TARGET").unwrap();
2323

24+
dbg!("TARGET TRIPLE: {triple}");
25+
2426
let dylib_src = sdk_src.join("redistributable_bin").join({
2527
if triple.contains("windows") {
2628
if !triple.contains("i686") {

0 commit comments

Comments
 (0)