ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

commit 95db48542e2b7c3afd90f34d671973f6a2748813
parent f48b24ef086f8d4f43ee5d4a9804755ad5ec9d0c
Author: citbl <citbl@citbl.org>
Date:   Fri, 17 Oct 2025 18:54:46 +1000

minor

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -1,6 +1,6 @@ # note: needed both gcc and libgccjit # macOS: brew install gcc libgccjit -# linux: sudo apt-get install build-essential gcc g++ libgccjit-10-dev +# linux: sudo apt-get install build-essential gcc g++ libgccjit-14-dev # update the prefix if needed # Try Homebrew first (macOS)