Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyChatha committed Mar 30, 2024
1 parent f3c1484 commit b99cc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ juptune_all_dep = declare_dependency(
juptune_test_dep = declare_dependency(
sources: './src/dummy_main.d',
dependencies: [juptune_all_dep],
d_unittest: true,
)

#### Executables ####
Expand All @@ -138,6 +137,7 @@ alias_target('examples', example_exes)
juptune_all_unittest_exe = executable(
'juptune-unittest',
dependencies: [juptune_test_dep],
d_unittest: true,
)

#### Install ####
Expand Down

0 comments on commit b99cc74

Please sign in to comment.