Skip to content

Commit ed4f875

Browse files
authored
fix: update meta build of only binary package
1 parent b7133d2 commit ed4f875

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

conda-recipe/plugify-module-cpp/meta.yaml.example

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ source:
1111
build:
1212
number: 0
1313
string: "{{ target_platform | replace('-', '_') }}"
14-
skip: true # [not (linux64 or win64)]
15-
binary_relocation: false
1614
detect_binary_files_with_prefix: false
1715
missing_dso_whitelist:
1816
- "*/ld-linux*.so.*" # [linux]
@@ -25,10 +23,6 @@ build:
2523
- "*/plugify.dll" # [win]
2624

2725
requirements:
28-
build:
29-
- {{ compiler('cxx') }} # [build_platform != target_platform]
30-
host:
31-
- sysroot_linux-64 2.17 # [linux64]
3226
run:
3327
- __glibc >=2.17 # [linux64]
3428

0 commit comments

Comments
 (0)