Update build.rs

This commit is contained in:
GuilhermeWerner 2021-07-21 15:01:19 -03:00
parent 7eb404d702
commit 2a62db0088

View file

@ -1,5 +1,5 @@
// Copyright (c) TribuFu. All Rights Reserved.
fn main() {
Alnilam_Build::Other();
Alnilam_Build::Target(None);
}