mirror of https://github.com/procxx/kepka.git
Wrap 'divmodti4' the same as 'divmoddi4'.
This commit is contained in:
parent
a05e2f0d8d
commit
782025a0a6
|
@ -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)',
|
||||
|
|
Loading…
Reference in New Issue