diff options
Diffstat (limited to 'fw/sim')
| -rw-r--r-- | fw/sim/meson.build | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/fw/sim/meson.build b/fw/sim/meson.build index 7667f9b..5edcad9 100644 --- a/fw/sim/meson.build +++ b/fw/sim/meson.build @@ -13,7 +13,6 @@ external_project.add_project(  )  simulation = custom_target( -  'simulation',    output: ['simulation-linux-amd64.exe'],    command: [      build_zephyr, @@ -22,6 +21,4 @@ simulation = custom_target(      '--target-name', 'simulation-linux-amd64.exe',    ],    build_by_default: true, -  install: true, -  install_dir: '/',  )  | 
