diff options
| author | Aetias <aetias@outlook.com> | 2024-04-08 23:24:50 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-08 23:24:50 +0200 |
| commit | 9ce588a4b8a4cd497e37ca77fe5efbc395822c93 (patch) | |
| tree | 072557c072d4fd3554e0f0c2682f519fbc7a8862 | |
| parent | 748ea2d01a4ce448dbd5154e3a0453b5d6e839e6 (diff) | |
Update include directories in `m2ctx`
| -rwxr-xr-x | tools/m2ctx.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/m2ctx.py b/tools/m2ctx.py index 4cf897ec..5d017508 100755 --- a/tools/m2ctx.py +++ b/tools/m2ctx.py @@ -7,7 +7,9 @@ import os from pathlib import Path CXX_FLAGS = [ - '-Iinclude' + '-nostdinc', + '-Iinclude', + '-Ilibs/c/include' ] script_dir = Path(os.path.dirname(os.path.realpath(__file__))) |
