Skip to content

Commit 1998e3f

Browse files
committed
Update and fix StaticNativeOpus.cs
1 parent 0aa08cb commit 1998e3f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

OpusSharp.Core/OpusSharp.Core.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<DefineConstants>
4-
COMPILE_STATIC
5-
</DefineConstants>
6-
73
<AssemblyName>OpusSharp.Core</AssemblyName>
84
<IsPackable>true</IsPackable>
95
<Nullable>enable</Nullable>

OpusSharp.Core/StaticNativeOpus.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#define COMPILE_STATIC
2+
13
using System;
24
using OpusSharp.Core.SafeHandlers;
35
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)