Skip to content

Commit 9f147d9

Browse files
committed
Fixed static libraries cinterop
1 parent f0869a3 commit 9f147d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

native/libtsf.def

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package = tinySoundFont
22
headerFilter = "tsf/*"
33
headers = tsf/tsfCInterop.h
4-
staticLibraries.mingw_x64 = libtsf.a
5-
staticLibraries.linux_x64 = libtsf.a
4+
staticLibraries = libtsf.a

0 commit comments

Comments
 (0)