diff --git a/MatchBot/Makefile b/MatchBot/Makefile index fe8ab8f..5e0329c 100644 --- a/MatchBot/Makefile +++ b/MatchBot/Makefile @@ -11,7 +11,7 @@ NAME = matchbot BIN_DIR = Release # G++ -COMPILER = g++ +COMPILER = x86_64-linux-gnu-g++ OBJECTS = *.cpp # Linker Libs