This is an automated email from the ASF dual-hosted git repository.

daojun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 5390ef2f633 [fix][build] Fix typo in rename script for windows cmd 
(#22426)
5390ef2f633 is described below

commit 5390ef2f633c7145798b20a53f4a96667b74bd14
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Apr 4 08:37:44 2024 -0700

    [fix][build] Fix typo in rename script for windows cmd (#22426)
---
 src/rename-netty-native-libs.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rename-netty-native-libs.cmd b/src/rename-netty-native-libs.cmd
index e3108746fcb..bfaa16de081 100644
--- a/src/rename-netty-native-libs.cmd
+++ b/src/rename-netty-native-libs.cmd
@@ -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

Reply via email to