Skip to content

Commit

Permalink
Updating lib/Platform.Posix.cs, lib/Platform.Win32.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
metadings committed Jan 27, 2017
1 parent b5c900e commit f0b01a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Platform.Posix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ public static class Posix
"{AppBase}/{Arch}/{LibraryName}.a.*",
"{AppBase}/{Arch}/{LibraryName}.so",
"{AppBase}/{Arch}/{LibraryName}.so.*",
"{DllPath}/{LibraryName}.a",
"{DllPath}/{LibraryName}.a.*",
"{DllPath}/{LibraryName}.so",
"{DllPath}/{LibraryName}.so.*",
"{DllPath}/{Arch}/{LibraryName}.a",
"{DllPath}/{Arch}/{LibraryName}.a.*",
"{DllPath}/{Arch}/{LibraryName}.so",
"{DllPath}/{Arch}/{LibraryName}.so.*",
"{Path}/{LibraryName}.a",
"{Path}/{LibraryName}.a.*",
"{Path}/{LibraryName}.so",
Expand Down

0 comments on commit f0b01a2

Please sign in to comment.