Skip to content

Commit 2ee11ee

Browse files
Revert c++20 change
1 parent 9cd6aa9 commit 2ee11ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ include include/Makefile
3434
#binary
3535
FLAGS+=-UECOLAB_LIB -DINSTALLED_ECOLAB_LIB=\"$(PREFIX)/include\" -DWORDSIZE=64
3636

37-
#ifdef AEGIS
37+
ifdef AEGIS
3838
# must build and test against c++20 now
3939
CXXFLAGS+=-std=c++20
40-
#endif
40+
endif
4141

4242
# when upgrading MXE, this will need to be removed
4343
ifdef MXE

0 commit comments

Comments
 (0)