Fix link issues
This commit is contained in:
committed by
Jérôme Leclercq
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;
|
||||
|
||||
Reference in New Issue
Block a user