Skip to content

Commit

Permalink
Trying to fix window
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Dec 19, 2024
1 parent 0dd39b8 commit 51fb15a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions recipes/rte-rrtmgp/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
:: Stop on any error
setlocal ENABLEEXTENSIONS

cd %SRC_DIR%
echo Current Directory: %CD%
dir %CD%

set BUILD_TYPE=Debug
set RRTMGP_DATA_VERSION=v1.8.2
set FP_MODEL=DP
Expand Down
1 change: 0 additions & 1 deletion recipes/rte-rrtmgp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ source:
build:
number: 0
script:
- "build.sh" # [unix]
- "build.bat" # [win]

requirements:
Expand Down

0 comments on commit 51fb15a

Please sign in to comment.