Changed true to false

pull/5484/head
Laurenz Kraus 2023-12-02 09:57:38 +01:00
parent a85454937f
commit 3debb50b6d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ project "Assimp"
}
end
if (AssimpIncludeExporters == true) then
if (AssimpIncludeExporters == false) then
defines
{
"ASSIMP_BUILD_NO_EXPORT"