Skip to content

Commit 3f104f0

Browse files
committed
Specify clang as the toolset for the rive project
Rive doesn't build in Visual Studio with the MSVC toolset.
1 parent e78d757 commit 3f104f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/premake5.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ project "rive"
55
kind "StaticLib"
66
language "C++"
77
cppdialect "C++17"
8+
toolset "clang"
89
targetdir "%{cfg.system}/bin/%{cfg.buildcfg}"
910
objdir "%{cfg.system}/obj/%{cfg.buildcfg}"
1011
includedirs {"../include"}
@@ -78,4 +79,4 @@ newoption {
7879
{ "arm64" }
7980
}
8081

81-
}
82+
}

0 commit comments

Comments
 (0)