mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Issue # 80 - Fix up gfx/2d/DataSurfaceHelpers
De-unified build requires <string.h> instead of <cstring> to prevent stdlib confusion.
This commit is contained in:
parent
3bd4d91630
commit
6678c91396
2 changed files with 3 additions and 7 deletions
|
|
@ -141,15 +141,11 @@ elif CONFIG['CPU_ARCH'].startswith('mips'):
|
|||
'convolverLS3.cpp',
|
||||
]
|
||||
|
||||
# Won't build non-unified with a build error in iosfwd `strlen` (??)
|
||||
UNIFIED_SOURCES += [
|
||||
'DataSourceSurface.cpp',
|
||||
'DataSurfaceHelpers.cpp',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'BezierUtils.cpp',
|
||||
'Blur.cpp',
|
||||
'DataSourceSurface.cpp',
|
||||
'DataSurfaceHelpers.cpp',
|
||||
'DrawEventRecorder.cpp',
|
||||
'DrawingJob.cpp',
|
||||
'DrawTarget.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue