diff options
Diffstat (limited to 'games/corsix-th/Makefile')
-rw-r--r-- | games/corsix-th/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 5aa2284e6a04..46b096be66ef 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -38,7 +38,7 @@ CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ .else -USE_GCC= 4.6+ +USE_GCC= yes .endif .endif .else |