Skip to content

Commit

Permalink
minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Dec 3, 2024
1 parent da8640c commit 8cd859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/extccomp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ proc callNifc*(conf: ConfigRef) =
let makefilePath = conf.getNimcacheDir().string / "Makefile." & appName & ".bat"
let makeCmd = expandFilename(makefilePath)
else:
let makefilePath = s.config.nifcacheDir / "Makefile." & appName
let makefilePath = conf.getNimcacheDir().string / "Makefile." & appName
let makeCmd = "make -f " & makefilePath
execExternalProgram(conf, makeCmd, hintExecuting)

Expand Down

0 comments on commit 8cd859f

Please sign in to comment.