Skip to content

Commit

Permalink
Add support for microsoft windows.
Browse files Browse the repository at this point in the history
* This utilizes a workaround I figured out that swift users on windows
  are forced to do until swift's embedded clang is updated to support
  the new 'static_assert()' function calls in the new Microsoft STL, for
  all swift/c++ interop enabled projects.

Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Oct 31, 2024
1 parent c47d78c commit ceb07de
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "05bc9697bc08146abd2d96ad969785975ca59d466dcde022dc9c750d7b2a0bfb",
"originHash" : "f4e8f15f64f4bae409a33132730b93e0edc7eb1353af28b9c1b8b488b3936c10",
"pins" : [
{
"identity" : "galah",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"revision" : "0fdc4d984f76188d2b022d783d5984dfc2334b57",
"version" : "1.8.4"
"revision" : "e381050a3b9606ffd592ad9612e615a9ed670650",
"version" : "1.8.5"
}
},
{
Expand Down
Loading

0 comments on commit ceb07de

Please sign in to comment.