mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
- add patch for upstream isue #2328 Changelog: https://github.com/premake/premake-core/releases/tag/v5.0.0-beta3 PR: 282757 See also: https://github.com/premake/premake-core/issues/2328
14 lines
337 B
Lua
14 lines
337 B
Lua
--- tests/_tests.lua.orig 2024-11-14 12:50:13 UTC
|
|
+++ tests/_tests.lua
|
|
@@ -62,8 +62,8 @@ return {
|
|
"base/test_validation.lua",
|
|
|
|
-- -- Toolset tests
|
|
- "tools/test_dotnet.lua",
|
|
- "tools/test_gcc.lua",
|
|
+-- "tools/test_dotnet.lua",
|
|
+-- "tools/test_gcc.lua",
|
|
"tools/test_clang.lua",
|
|
- "tools/test_msc.lua",
|
|
+-- "tools/test_msc.lua",
|
|
}
|