From e45d37b54186d34b65281d569c5792212ca3ed3e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 15 Oct 2024 15:49:07 +0200 Subject: FIX: Fix incorrect macro name inside sci.json Signed-off-by: Amlal El Mahrouss --- dev/sci/sci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') 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" -- cgit v1.2.3