diff options
Diffstat (limited to 'target/arm/meson.build')
-rw-r--r-- | target/arm/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/meson.build b/target/arm/meson.build index e645e456da..5d04a8e94f 100644 --- a/target/arm/meson.build +++ b/target/arm/meson.build @@ -35,4 +35,4 @@ else endif target_arch += {'arm': arm_ss} -target_softmmu_arch += {'arm': arm_system_ss} +target_system_arch += {'arm': arm_system_ss} |