Skip to content

Commit

Permalink
gcc 14 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Juancete committed Dec 23, 2024
1 parent 4804dca commit 0e12131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BASEDIR="$(CURDIR)"
RM := rm -rf
UNAME=$(shell uname)
# clang no se banca nested functions. Hay que instalar gcc con brew.
CCMAC=/opt/homebrew/Cellar/gcc/13.2.0/bin/gcc-13
CCMAC=/opt/homebrew/Cellar/gcc/14.2.0_1/bin/gcc-14

# All of the sources participating in the build are defined here
-include make/sources.mk
Expand Down

0 comments on commit 0e12131

Please sign in to comment.