Skip to content

Commit 6fa088d

Browse files
committed
fltk: fix shellcheck
1 parent 190ca32 commit 6fa088d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community/fltk/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cmake -B build \
1010
-DCMAKE_INSTALL_LIBDIR=lib \
1111
-DFLTK_BUILD_TEST=OFF \
1212
-DFLTK_BUILD_EXAMPLES=OFF \
13-
-DFLTK_BACKEND_WAYLAND=${wayland:-OFF} \
14-
-DFLTK_BACKEND_X11=${xorg:-OFF}
13+
-DFLTK_BACKEND_WAYLAND="${wayland:-OFF}" \
14+
-DFLTK_BACKEND_X11="${xorg:-OFF}"
1515

1616

1717
cmake --build build

0 commit comments

Comments
 (0)