Skip to content

Commit

Permalink
Standalone: Added missing DLL for "gmsh" package
Browse files Browse the repository at this point in the history
  • Loading branch information
KRRT7 authored and kayhayen committed Feb 8, 2024
1 parent 8e3f798 commit 7f2c981
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuitka/plugins/standard/standard.nuitka-package.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,13 @@
'if HIDE_WINDOWS_KNOWN_ERRORS': 'if False'
when: 'not use_unittest'

- module-name: 'gmsh' # checksum: 713accff
dlls:
- by_code:
setup_code: 'import gmsh'
filename_code: 'gmsh.libpath'
dest_path: 'lib'

- module-name: 'gooey' # checksum: 3e8811a7
data-files:
dirs:
Expand Down

0 comments on commit 7f2c981

Please sign in to comment.