Skip to content

Commit 3fe0508

Browse files
committed
lint: format meson file
1 parent 44ecbf3 commit 3fe0508

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ project(
99
'strip': true,
1010
'cpp_std': ['c++23', 'c++latest', 'vc++latest', 'c++20'],
1111
'b_ndebug': 'if-release',
12-
1312
},
1413
version: '0.5.6',
1514
)

src/executables/meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ if build_application
8383
'-DPROJECT_SOURCE_DIR='
8484
+ meson.project_source_root(),
8585
'-DPROJECT_BUILD_DIR=' + meson.project_build_root(),
86-
'-DDYNAMIC_LIBRARIES_DIR=' + (meson.project_build_root() / 'dynamic_libraries' / get_option('bindir')),
86+
'-DDYNAMIC_LIBRARIES_DIR='
87+
+ (
88+
meson.project_build_root() / 'dynamic_libraries' / get_option('bindir')
89+
),
8790
nsis_script,
8891
],
8992
depends: [oopetris_exe, oopetris_recordings_utility_exe],

0 commit comments

Comments
 (0)