diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 12:41:59 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-25 12:41:59 +0100 |
| commit | a64f1beebc66585f9a36eef025878ff98dbc0782 (patch) | |
| tree | e13743006c7b4c0941a653a7961774e5b90619cc | |
| parent | 554f2da6a169988fea276846aaa0cb901384ac5e (diff) | |
FIX: posix.json
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | posix.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ "./dev/LibCompiler/src/Detail" ], "sources_path": ["dev/LibCompiler/src/*.cc"], - "output_name": "/usr/local/lib/libCxxCompiler.dylib", + "output_name": "/usr/lib/libCxxCompiler.so", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": [ "__LIBCOMPILER_DLL__=202401", |
