We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f4e7b commit a5af1cdCopy full SHA for a5af1cd
Dockerfile
@@ -232,7 +232,8 @@ ENV CXX=/usr/bin/clang++
232
# Build WSLGd Daemon
233
COPY WSLGd /work/WSLGd
234
WORKDIR /work/WSLGd
235
-RUN /usr/bin/meson --prefix=${PREFIX} build && \
+RUN /usr/bin/meson --prefix=${PREFIX} build \
236
+ --buildtype=${BUILDTYPE} && \
237
ninja -C build -j8 install
238
239
########################################################################
0 commit comments