File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 }
3232 ],
3333
34- "copyFiles-windows-x86" : [" lib/x86/*.dll" ],
35- "copyFiles-windows-x86_64" : [" lib/x64/*.dll" ]
34+ "copyFiles-windows-x86" : [" lib/windows/x86/*.dll" ],
35+ "copyFiles-windows-x86_64" : [" lib/windows/x64/*.dll" ],
36+ "copyFiles-linux-x86_64" : [" lib/linux/x64/*.so" ]
3637}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -1005,8 +1005,8 @@ SLSupport loadSoloud()
10051005 {
10061006 const (char )[][2 ] libNames =
10071007 [
1008- " libsoloud.so.1 " ,
1009- " libsoloud.so"
1008+ " libsoloud.so" ,
1009+ " libsoloud.so.1 "
10101010 ];
10111011 }
10121012 else static assert (0 , " bindbc-soloud is not yet supported on this platform." );
@@ -1021,7 +1021,6 @@ SLSupport loadSoloud()
10211021 return ret;
10221022}
10231023
1024-
10251024SLSupport loadSoloud (const (char )* libName)
10261025{
10271026 lib = load(libName);
You can’t perform that action at this time.
0 commit comments