Skip to content

Commit b604870

Browse files
authored
Add NSIS_USING_LOG_BUILD to build (#1028)
* Fix format of script_env variables * Debug: run conda build * Debug: set version to 3.12.1 * Add script_env to build * Revert "Debug: set version to 3.12.1" This reverts commit df88af2. * Revert "Debug: run conda build" This reverts commit 0526830.
1 parent 5e0bbc8 commit b604870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build:
1212
- python -m pip install --no-deps --ignore-installed .
1313
entry_points:
1414
- constructor = constructor.main:main
15+
script_env: # [win]
16+
- NSIS_USING_LOG_BUILD=1 # [win]
1517

1618
requirements:
1719
host:
@@ -34,8 +36,6 @@ requirements:
3436
- pydantic >=2
3537

3638
test:
37-
script_env: # [win]
38-
- NSIS_USING_LOG_BUILD: 1 # [win]
3939
source_files:
4040
- examples/miniforge
4141
- examples/miniforge-mamba2

0 commit comments

Comments
 (0)