We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8cab5 commit f2986eaCopy full SHA for f2986ea
steamworks-sys/build.rs
@@ -21,6 +21,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
21
22
let triple = std::env::var("TARGET").unwrap();
23
24
+ dbg!("TARGET TRIPLE: {triple}");
25
+
26
let dylib_src = sdk_src.join("redistributable_bin").join({
27
if triple.contains("windows") {
28
if !triple.contains("i686") {
0 commit comments