Skip to content

Commit

Permalink
[d3d8] Update meson.build for native packaging support
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo authored and AlpyneDreams committed Jul 7, 2024
1 parent 1a8b65d commit f5d4241
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/d3d8/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ d3d8_dll = shared_library(dxvk_name_prefix+'d3d8', d3d8_src, d3d8_res,
kwargs : dxvk_so_version,
)

if platform != 'windows'
pkg.generate(d3d8_dll,
filebase: dxvk_pkg_prefix + 'd3d8',
subdirs: 'dxvk',
)
endif

0 comments on commit f5d4241

Please sign in to comment.