Skip to content

Commit a5af1cd

Browse files
hideyukn88Hideyuki Nagase
andauthored
set buildtype for WSLGd (#269)
Co-authored-by: Hideyuki Nagase <[email protected]>
1 parent 41f4e7b commit a5af1cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ ENV CXX=/usr/bin/clang++
232232
# Build WSLGd Daemon
233233
COPY WSLGd /work/WSLGd
234234
WORKDIR /work/WSLGd
235-
RUN /usr/bin/meson --prefix=${PREFIX} build && \
235+
RUN /usr/bin/meson --prefix=${PREFIX} build \
236+
--buildtype=${BUILDTYPE} && \
236237
ninja -C build -j8 install
237238

238239
########################################################################

0 commit comments

Comments
 (0)