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.
meson setup [options]
1 parent eadcc84 commit 73bc22dCopy full SHA for 73bc22d
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Configure (cpp)
36
if: ${{ matrix.language == 'cpp' }}
37
- run: ./meson.py build --optimization=1
+ run: ./meson.py setup build --optimization=1
38
39
- name: Initialize CodeQL
40
uses: github/codeql-action/init@v3
README.md
@@ -54,7 +54,7 @@ Short summary of the minimal requirements:
54
If you have these tools installed, you can create a configuration using the `meson.py` found in the root source code folder:
55
56
```
57
-./meson.py build
+./meson.py setup build
58
59
60
Use `ninja` to compile and install the code
0 commit comments