Fix link issues
This commit is contained in:
parent
3a366cc1e4
commit
987c23c3ef
|
|
@ -17,9 +17,9 @@ namespace Nz
|
|||
{
|
||||
public:
|
||||
#ifdef NAZARA_DEBUG
|
||||
static constexpr std::string_view Filename = "PluginAssimp-d";
|
||||
static constexpr inline std::string_view Filename = "PluginAssimp-d";
|
||||
#else
|
||||
static constexpr std::string_view Filename = "PluginAssimp";
|
||||
static constexpr inline std::string_view Filename = "PluginAssimp";
|
||||
#endif
|
||||
|
||||
AssimpPlugin() = default;
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ namespace Nz
|
|||
{
|
||||
public:
|
||||
#ifdef NAZARA_DEBUG
|
||||
static constexpr std::string_view Filename = "PluginFFmpeg-d";
|
||||
static constexpr inline std::string_view Filename = "PluginFFmpeg-d";
|
||||
#else
|
||||
static constexpr std::string_view Filename = "PluginFFmpeg";
|
||||
static constexpr inline std::string_view Filename = "PluginFFmpeg";
|
||||
#endif
|
||||
|
||||
FFmpegPlugin() = default;
|
||||
|
|
|
|||
Loading…
Reference in New Issue