Skip to content

Commit

Permalink
[d3d8] More meson fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Jul 7, 2024
1 parent b62901a commit ec16540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d8/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ if platform != 'windows'
endif

d3d8_dll = shared_library(dxvk_name_prefix+'d3d8', d3d8_src, d3d8_res,
name_prefix : dxvk_name_prefix,
dependencies : [ lib_d3d9, util_dep, dxso_dep, dxvk_dep ],
include_directories : dxvk_include_path,
install : true,
objects : (not dxvk_is_msvc and platform == 'windows') ? 'd3d8'+def_spec_ext : [],
vs_module_defs : 'd3d8'+def_spec_ext,
link_args : d3d8_ld_args,
link_depends : [ d3d8_link_depends ],
kwargs : dxvk_so_version,
)

0 comments on commit ec16540

Please sign in to comment.