diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-15 15:49:07 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-15 15:49:07 +0200 |
| commit | e45d37b54186d34b65281d569c5792212ca3ed3e (patch) | |
| tree | ffe26c706d147dfffacb8e9fff69bc72d6efd537 /dev/sci | |
| parent | cd71b6577533b90ad2ebdbd4f05c751be27628c4 (diff) | |
FIX: Fix incorrect macro name inside sci.json
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/sci')
| -rw-r--r-- | dev/sci/sci.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/sci/sci.json b/dev/sci/sci.json index e67671ce..32a9238b 100644 --- a/dev/sci/sci.json +++ b/dev/sci/sci.json @@ -13,7 +13,7 @@ "-Wl,--subsystem=17" ], "cpp_macros": [ - "__XPCOM_IMPL__", + "__SCI_IMPL__", "cSCIVersion=0x0100", "cSCIVersionHighest=0x0100", "cSCIVersionLowest=0x0100" |
