From 0ceeb430c049b1950da8e0125af6e95ef1bda55a Mon Sep 17 00:00:00 2001 From: d10sfan Date: Sun, 8 Dec 2024 19:27:22 -0600 Subject: [PATCH] Update env.json --- engines/openrct2/env.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/engines/openrct2/env.json b/engines/openrct2/env.json index b008cc79..52907050 100644 --- a/engines/openrct2/env.json +++ b/engines/openrct2/env.json @@ -6,5 +6,6 @@ ], "LICENSE_PATH": "./source/licence.txt", "COMMON_PACKAGE": true, - "COMMIT_TAG": "v0.4.17" -} \ No newline at end of file + "COMMIT_TAG": "v0.4.17", + "GCC_12": true +}