Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 17, 2021
1 parent 1aa96b9 commit 7086975
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions compiler/builddeps.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7086975

Please sign in to comment.