mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1219228 - Generate correct source path of cpu-features.c. r=glandium
This commit is contained in:
parent
be93927afc
commit
b8a737ae4f
@ -66,7 +66,7 @@ if CONFIG['OS_TARGET'] == 'Android':
|
||||
|
||||
if not CONFIG['MOZ_WEBRTC']:
|
||||
SOURCES += [
|
||||
'%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'],
|
||||
'%%%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'],
|
||||
]
|
||||
|
||||
if CONFIG['CLANG_CL'] or not CONFIG['_MSC_VER']:
|
||||
|
@ -761,7 +761,7 @@ class TreeMetadataEmitter(LoggingMixin):
|
||||
if isinstance(f, SourcePath):
|
||||
srcs.append(full_path)
|
||||
else:
|
||||
assert isinstance(f, ObjDirPath)
|
||||
assert isinstance(f, Path)
|
||||
gen_srcs.append(full_path)
|
||||
if symbol == 'SOURCES':
|
||||
flags = context_srcs[f]
|
||||
|
Loading…
Reference in New Issue
Block a user