diff --git a/build/premake/extern_libs4.lua b/build/premake/extern_libs4.lua index 12e0c43968..a4ae868b7a 100644 --- a/build/premake/extern_libs4.lua +++ b/build/premake/extern_libs4.lua @@ -263,10 +263,10 @@ extern_lib_defs = { }, cxxtest = { compile_settings = function() - includedirs { libraries_source_dir .. "cxxtest-4.3" } + includedirs { libraries_source_dir .. "cxxtest-4.4" } end, link_settings = function() - add_source_lib_paths("cxxtest-4.3") + add_source_lib_paths("cxxtest-4.4") end, }, enet = { diff --git a/build/premake/premake4.lua b/build/premake/premake4.lua index 9f2401a1af..10c30ebfe1 100644 --- a/build/premake/premake4.lua +++ b/build/premake/premake4.lua @@ -83,7 +83,7 @@ if os.is("windows") then has_broken_pch = false else - lcxxtestpath = rootdir.."/libraries/source/cxxtest-4.3/bin/cxxtestgen" + lcxxtestpath = rootdir.."/libraries/source/cxxtest-4.4/bin/cxxtestgen" if os.is("linux") and arch == "amd64" then nasmformat "elf64"