Skip to content

Commit

Permalink
Remove debug suffix for native runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Dec 28, 2021
1 parent 3c85ebc commit d00fd8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions OpenCV.Net/Native/core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ namespace OpenCV.Net.Native
static partial class NativeMethods
{
const string coreLib = "opencv_core" + libSuffix;
#if DEBUG
const string libSuffix = "248d";
#else
const string libSuffix = "248";
#endif

#region Array allocation, deallocation, initialization and access to elements

Expand Down

0 comments on commit d00fd8c

Please sign in to comment.