Skip to content

Commit

Permalink
Fix error in dynamic version of D bindings (bkaradzic#3215)
Browse files Browse the repository at this point in the history
Dazed and confused but trying to continue
  • Loading branch information
ichordev authored and Michael Pekar committed Mar 2, 2024
1 parent 6bb1641 commit a58fdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/d/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -3562,7 +3562,7 @@ mixin(joinFnBinds((){

];
return ret;
}()));
}(), "Resolution, Init, Attachment, VertexLayout, Encoder, "));

static if(!staticBinding):
import bindbc.loader;
Expand Down
2 changes: 1 addition & 1 deletion scripts/bindings-d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mixin(joinFnBinds((){
$funcs
];
return ret;
}()));
}(), $membersWithFns));
static if(!staticBinding):
import bindbc.loader;
Expand Down

0 comments on commit a58fdd6

Please sign in to comment.