Skip to content

Commit b2eb5df

Browse files
committed
Fix linux triplet
1 parent f7c542f commit b2eb5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rhs": "Linux"
1818
},
1919
"environment": {
20-
"VCPKG_DEFAULT_TRIPLET": "x64-linux-static"
20+
"VCPKG_DEFAULT_TRIPLET": "x64-linux"
2121
}
2222
},
2323
{
@@ -50,7 +50,7 @@
5050
"environment": {
5151
"CFLAGS": "-DDEBUG=1,-DSHADER_HOTRELOADING=1",
5252
"CXXFLAGS": "-DDEBUG=1,-DSHADER_HOTRELOADING=1",
53-
"VCPKG_DEFAULT_TRIPLET": "x64-linux-static"
53+
"VCPKG_DEFAULT_TRIPLET": "x64-linux"
5454
}
5555
},
5656
{

0 commit comments

Comments
 (0)