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': [
|
'ldflags': [
|
||||||
'-Wl,-wrap,__divmoddi4',
|
'-Wl,-wrap,__divmoddi4',
|
||||||
],
|
],
|
||||||
|
}, {
|
||||||
|
'ldflags': [
|
||||||
|
'-Wl,-wrap,__divmodti4',
|
||||||
|
],
|
||||||
}], ['not_need_gtk!="True"', {
|
}], ['not_need_gtk!="True"', {
|
||||||
'cflags_cc': [
|
'cflags_cc': [
|
||||||
'<!(pkg-config 2> /dev/null --cflags gtk+-2.0)',
|
'<!(pkg-config 2> /dev/null --cflags gtk+-2.0)',
|
||||||
|
|
Loading…
Reference in New Issue