Skip to content

Commit

Permalink
change bin->lib in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdenKoperczak committed Jan 8, 2025
1 parent 11f7050 commit 4bc2f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grib2pf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if sys.platform.lower().startswith('win'):
else:
BINARIES = [
('build/libgrib2pf.so', '.'),
('build/bin/libeccodes.so', '.'),
('build/bin/libeccodes_memfs.so', '.')
('build/lib/libeccodes.so', '.'),
('build/lib/libeccodes_memfs.so', '.')
]

grib2pf_a = Analysis(
Expand Down

0 comments on commit 4bc2f42

Please sign in to comment.