From 8d99ea7b4a759838d68ea2618afd7f778889685b Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 31 Dec 2022 16:37:07 -0800 Subject: Force OBJSUFFIX for TEMPFILE test to be .o so it match expected on all platforms --- test/CompilationDatabase/fixture/SConstruct_tempfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CompilationDatabase/fixture/SConstruct_tempfile b/test/CompilationDatabase/fixture/SConstruct_tempfile index 2e942db..6b95977 100644 --- a/test/CompilationDatabase/fixture/SConstruct_tempfile +++ b/test/CompilationDatabase/fixture/SConstruct_tempfile @@ -8,6 +8,7 @@ env = Environment( CC='$PYTHON mygcc.py cc', tools=['gcc'], MAXLINELENGTH=10, + OBJSUFFIX='.o', ) # make sure TempFileMunge is used -- cgit v0.12