mirror of
https://github.com/FEX-Emu/vixl.git
synced 2024-11-23 14:40:17 +00:00
Fix the YCM configuration for the simulator.
Change-Id: Ib83b3e53eedf8425813eeb45cb931a583e61a30d
This commit is contained in:
parent
6a46bf3b4e
commit
89dabc88e9
@ -14,6 +14,7 @@ def AbsolutePath(path):
|
||||
|
||||
flags = [
|
||||
'-I', AbsolutePath('src'),
|
||||
'-I', AbsolutePath('test'),
|
||||
'-DVIXL_DEBUG'
|
||||
'-Wall',
|
||||
'-Werror',
|
||||
@ -26,7 +27,7 @@ flags = [
|
||||
]
|
||||
|
||||
if platform.machine() != 'aarch64':
|
||||
flags.append('-DUSE_SIMULATOR')
|
||||
flags.append('-DVIXL_INCLUDE_SIMULATOR')
|
||||
|
||||
|
||||
def FlagsForFile(filename, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user