Skip to content

Commit

Permalink
Merge pull request #1485 from grumpycoders/psyqo-fix
Browse files Browse the repository at this point in the history
Using psyqo now requires c++20
  • Loading branch information
nicolasnoble authored Dec 15, 2023
2 parents d07c2a8 + 4213f3e commit ffb7e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mips/psyqo/psyqo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PSYQODIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

LIBRARIES += $(PSYQODIR)libpsyqo.a
CPPFLAGS += -I$(PSYQODIR)../../../third_party/EASTL/include -I$(PSYQODIR)../../../third_party/EABase/include/Common
CXXFLAGS += -std=c++20

EXTRA_CLEAN += clean-psyqo

Expand Down

0 comments on commit ffb7e78

Please sign in to comment.