move zapret from libs/

This commit is contained in:
sqlerrorthing
2025-10-29 07:50:10 +08:00
parent a16796a699
commit 0f5492a29a
3 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ macro_rules! rel_manifest_path {
};
}
rel_manifest_path!(NFQ, "libs/zapret/nfq");
rel_manifest_path!(NFQ_CRYPTO, "libs/zapret/nfq/crypto");
rel_manifest_path!(NFQ, "zapret/nfq");
rel_manifest_path!(NFQ_CRYPTO, "zapret/nfq/crypto");
fn main() {
cc::Build::new()