From f083cacb259054ce996b70f8b9dc0d9eb0bdbfb8 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Fri, 26 Jul 2024 16:37:53 +1000 Subject: wip egui --- bindgen/rust/build.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bindgen/rust/build.rs') diff --git a/bindgen/rust/build.rs b/bindgen/rust/build.rs index 113059b..18e8ab3 100644 --- a/bindgen/rust/build.rs +++ b/bindgen/rust/build.rs @@ -3,12 +3,13 @@ use std::path::PathBuf; fn main() { // Tell cargo to look for shared libraries in the specified directory - println!("cargo:rustc-link-search=../../build/macosx/arm64/debug"); + // println!("cargo:rustc-link-search=../../build/macosx/arm64/debug"); + println!("cargo:rustc-link-search=../../build/windows/x64/debug"); // Tell cargo to tell rustc to link the system bzip2 // shared library. println!("cargo:rustc-link-lib=core_static"); - println!("cargo:rustc-link-lib=glfw"); + println!("cargo:rustc-link-lib=glfw3"); // The bindgen::Builder is the main entry point // to bindgen, and lets you build up options for -- cgit v1.2.3-70-g09d2