mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Wrap 'divmodti4' the same as 'divmoddi4'.
This commit is contained in:
parent
a05e2f0d8d
commit
782025a0a6
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue