Skip to content

Commit

Permalink
[fix][build] Fix typo in rename script for windows cmd
Browse files Browse the repository at this point in the history
- follow up on apache#22415 where the typo slipped in
  • Loading branch information
lhotari committed Apr 4, 2024
1 parent f423558 commit 8b096f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rename-netty-native-libs.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SET Obj[7].TO=liborg_apache_pulsar_shade_netty_transport_native_io_uring_aarch_6
SET Obj[8].FROM=libnetty_resolver_dns_native_macos_aarch_64.jnilib
SET Obj[8].TO=liborg_apache_pulsar_shade_netty_resolver_dns_native_macos_aarch_64.jnilib
SET Obj[9].FROM=libnetty_resolver_dns_native_macos_x86_64.jnilib
SET Obj[9].TO=liborg_apache_pulsar_shade_netty_resolver_dns_native_macos_x86_64.jnilibSET Obj_Index=0
SET Obj[9].TO=liborg_apache_pulsar_shade_netty_resolver_dns_native_macos_x86_64.jnilib
SET Obj_Index=0

:LoopStart
Expand Down

0 comments on commit 8b096f7

Please sign in to comment.