Skip to content

Commit

Permalink
Actually add system win dlls to missing_dso_whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Apr 11, 2024
1 parent 838c391 commit bf92240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/qt-multimedia/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ build:
run_exports:
- {{ pin_subpackage('qt6-multimedia', max_pin='x.x') }}
missing_dso_whitelist: # [win]
- /usr/lib/libbsm.0.dylib # [win]
- /usr/lib/libcups.2.dylib # [win]
- /usr/lib/libresolv.9.dylib # [win]
- /usr/lib/libsandbox.1.dylib # [win]
- '$RPATH/api-ms-win-core-libraryloader-l1-2-0.dll' # [win]
- '$RPATH/api-ms-win-ntuser-sysparams-l1-1-0.dll' # [win]
- '$RPATH/api-ms-win-core-heap-l2-1-0.dll' # [win]
- '$RPATH/api-ms-win-core-libraryloader-l1-2-1.dll' # [win]

requirements:
build:
Expand Down

0 comments on commit bf92240

Please sign in to comment.