os-rust/library/profiler_builtins
Zalathar 585804fcee Check that library/profiler_builtins actually found some source files
The current `build.rs` will automatically skip source files that don't exist.
An unfortunate side-effect is that if _no_ files could be found (e.g. because
the directory was wrong), the build fails with a mysterious linker error.

We can reduce the awkwardness of this by explicitly checking that at least one
source file was found.
2024-08-23 10:10:34 +10:00
..
src Bump cfg(bootstrap) 2023-08-23 20:05:14 -04:00
build.rs Check that library/profiler_builtins actually found some source files 2024-08-23 10:10:34 +10:00
Cargo.toml Update cc crate to v1.0.97 2024-05-08 15:06:35 +00:00