Skip to content

Commit 0f6bc04

Browse files
committed
Prepare for bext-lang/b#284
1 parent f6dc68d commit 0f6bc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ struct ILasm_Mono {
189189
}
190190

191191
pub unsafe fn get_apis(targets: *mut Array<TargetAPI>) {
192-
da_append(targets, TargetAPI {
192+
da_append(targets, TargetAPI::V1 {
193193
name: c!("ilasm-mono"),
194194
file_ext: c!(".exe"),
195195
new,

0 commit comments

Comments
 (0)