modify wx-config to support sw_64
Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
This commit is contained in:
parent
ca614d8c0d
commit
690b13373c
@ -19,7 +19,7 @@ if [ -z $arch ]; then
|
||||
fi
|
||||
|
||||
case $arch in
|
||||
i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32)
|
||||
i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel|riscv32|sw_64)
|
||||
libdir=/usr/lib
|
||||
;;
|
||||
x86_64|ppc64|s390x|sparc64|aarch64|ppc64le|mips64*|riscv64|loongarch64)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: wxGTK3
|
||||
Version: 3.0.4
|
||||
Release: 11
|
||||
Release: 12
|
||||
Summary: C++ Library for Cross-Platform Development
|
||||
|
||||
License: GPL-2.0-or-later or LGPL-2.1-only
|
||||
@ -240,6 +240,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 22 2023 yangchenguang <yangchenguang@kylinsec.com.cn> - 3.0.4-12
|
||||
- modify wx-config to support sw_64
|
||||
|
||||
* Wed Jun 07 2023 xu_ping <707078654@qq.com> - 3.0.4-11
|
||||
- Add pie compile option
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user