Wrap 'divmodti4' the same as 'divmoddi4'.

This commit is contained in:
John Preston 2019-11-18 12:10:52 +03:00
parent a05e2f0d8d
commit 782025a0a6
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@
'ldflags': [
'-Wl,-wrap,__divmoddi4',
],
}, {
'ldflags': [
'-Wl,-wrap,__divmodti4',
],
}], ['not_need_gtk!="True"', {
'cflags_cc': [
'<!(pkg-config 2> /dev/null --cflags gtk+-2.0)',