Skip to content

Commit

Permalink
update tool on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Nov 6, 2024
1 parent 290d785 commit d8b9c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool/bundle.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ int winBundle(
oc_str8 eglLib = oc_path_append(a, sdkDir, OC_STR8("bin/libEGL.dll"));
oc_str8 wgpuLib = oc_path_append(a, sdkDir, OC_STR8("bin/webgpu.dll"));
oc_str8 harfbuzzLib = oc_path_append(a, sdkDir, OC_STR8("bin/libharfbuzz.dll"));
oc_str8 fribidiLib = oc_path_append(a, sdkDir, OC_STR8("bin/libhfribidi.dll"));
oc_str8 fribidiLib = oc_path_append(a, sdkDir, OC_STR8("bin/fribidi-0.dll"));

TRY(oc_sys_copy(orcaLib, exeDir));
TRY(oc_sys_copy(glesLib, exeDir));
Expand Down

0 comments on commit d8b9c95

Please sign in to comment.