diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bruisertest/compile_commands.json | 2 | ||||
-rw-r--r-- | test/bruisertest/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/bruisertest/compile_commands.json b/test/bruisertest/compile_commands.json index d7751f6..444cc3f 100644 --- a/test/bruisertest/compile_commands.json +++ b/test/bruisertest/compile_commands.json @@ -1,6 +1,6 @@ [ { - "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp", + "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/7.3.1/include -o test.o test.cpp", "directory": "/home/bloodstalker/devi/hell2/test/bruisertest", "file": "/home/bloodstalker/devi/hell2/test/bruisertest/test.cpp" } diff --git a/test/bruisertest/makefile b/test/bruisertest/makefile index 1b0859b..665dbb7 100644 --- a/test/bruisertest/makefile +++ b/test/bruisertest/makefile @@ -1,7 +1,7 @@ BRUISER_TEST=test CXX?=clang++ # you should change the include path to one that is right for you -CXX_FLAGS=-I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include +CXX_FLAGS=-I/usr/lib/gcc/x86_64-redhat-linux/7.3.1/include .DEFAULT:all clean |