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 95667de commit ea8d1f6Copy full SHA for ea8d1f6
Makefile
@@ -22,9 +22,9 @@ help:
22
23
build: $(SOURCES)
24
if [[ -d "$(BUILDDIR)" ]]; then \
25
- meson setup --reconfigure "--prefix=$(PREFIX)" --buildtype=plain $(BUILDDIR); \
+ meson setup --reconfigure "--prefix=$(PREFIX)" -Dbuildtype=plain $(BUILDDIR); \
26
else \
27
- meson setup "--prefix=$(PREFIX)" --buildtype=plain $(BUILDDIR); \
+ meson setup "--prefix=$(PREFIX)" -Dbuildtype=plain $(BUILDDIR); \
28
fi
29
meson compile -C $(BUILDDIR)
30
0 commit comments