Skip to content

Commit

Permalink
[d3d8] Native build: rename to libdxvk_d3d8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpyneDreams committed Jul 4, 2023
1 parent 48bfd83 commit b83fc4c
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 @@ -21,7 +21,7 @@ if platform != 'windows'
endif

d3d8_dll = shared_library('d3d8'+dll_ext, d3d8_src, d3d8_res,
name_prefix : '',
name_prefix : dxvk_name_prefix,
dependencies : [ lib_d3d9, util_dep, dxso_dep, dxvk_dep ],
include_directories : dxvk_include_path,
install : true,
Expand Down

0 comments on commit b83fc4c

Please sign in to comment.