mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
drk: Only Linux gets the fun.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
use pkg_config::probe_library;
|
||||
|
||||
fn main() {
|
||||
#[cfg(target_os = "linux")]
|
||||
if probe_library("libout123").is_ok() && probe_library("libmpg123").is_ok() {
|
||||
println!("cargo:rustc-cfg=feature=\"play\"");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user