Fix build error

This commit is contained in:
si-gui 2020-06-22 21:58:29 +08:00
parent f47b830227
commit 49f78dccc7

View File

@ -1,6 +1,7 @@
%define debug_package %{nil}
Name: bounds_checking_function
Version: v1.1.10
Release: 1
Release: 2
License: Mulan PSL v2
Summary: Enhanced safety functions
Url: https://gitee.com/openeuler/bounds_checking_function
@ -40,4 +41,5 @@ rm -rf %{buildroot}
%license LICENSE
%changelog
* Mon Jun 22 2020 Guoshuai Sun <sunguoshuai@huawei.com> - v1.1.10-2
- Fix build error.