1
0
Fork 0
forked from wry/wry

build: move fontconfig constants out of src

This commit is contained in:
kossLAN 2026-05-29 11:33:08 -04:00
parent f5bcfaf73c
commit 854e0474be
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ macro_rules! cenum {
}
}
#[path = "../src/fontconfig/consts.rs"]
#[path = "fontconfig_consts.rs"]
mod fontconfig;
fn get_target() -> repc::Target {