From 7086975e4d07cd87f222b282ea801d913e1e50ae Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sun, 16 May 2021 19:35:05 -0700 Subject: [PATCH] cleanup --- compiler/builddeps.nim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compiler/builddeps.nim b/compiler/builddeps.nim index fcc40ffab06e8..87af229732124 100644 --- a/compiler/builddeps.nim +++ b/compiler/builddeps.nim @@ -23,10 +23,7 @@ proc addDependency*(conf: ConfigRef, name: string, info: TLineInfo) = createDir dir let objFile = dir / ("$1nimdragonbox.o" % prefix) if optForceFullMake in conf.globalOptions or not objFile.fileExists: - # xxx - # compilePattern = getCompilerExe(conf, c, cfile.cname) - let cppExe2 = getCompilerExe(conf; compiler: TSystemCC; "D20210515T150427.cpp") - echo ("D20210515T150411", cppExe2) + # consider using instead: `getCompilerExe(conf, ...)` when defined(osx): let cppExe = "clang++" else: