Skip to content

Commit

Permalink
Update create_makefile_script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 authored Dec 16, 2024
1 parent 097e772 commit 2b172bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/create_makefile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def makefile_create(yamlfile,platform,target):
else:
image="ecpe4s/noaa-intel-prototype:2023.09.25"
bldDir = platform["modelRoot"] + "/" + fremakeYaml["experiment"] + "/exec"
tmpDir = "tmp/"+platformName
tmpDir = "./tmp/"+platformName
freMakefile = makefilefre.makefileContainer(exp = fremakeYaml["experiment"],
libs = fremakeYaml["container_addlibs"],
srcDir = srcDir,
Expand Down

0 comments on commit 2b172bb

Please sign in to comment.