mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Fix a bunch of dumb typos and omissions.
This commit is contained in:
parent
7a5928ca08
commit
cbf60a2058
12 changed files with 12 additions and 12 deletions
|
|
@ -56,7 +56,7 @@ if CONFIG['OS_ARCH'] == 'SunOS':
|
|||
'xptcinvoke_x86_64_unix.cpp',
|
||||
'xptcstubs_x86_64_linux.cpp'
|
||||
]
|
||||
elif CONFIG['OS_TEST'] == 'x86':
|
||||
elif '86' in CONFIG['OS_TEST']:
|
||||
SOURCES += [
|
||||
'xptcinvoke_gcc_x86_unix.cpp',
|
||||
'xptcstubs_gcc_x86_unix.cpp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue