diff --git a/tools/build/scripts/platform_files.lua b/tools/build/scripts/platform_files.lua index 9168d5a80..b6d2e9ecc 100644 --- a/tools/build/scripts/platform_files.lua +++ b/tools/build/scripts/platform_files.lua @@ -7,6 +7,7 @@ local function match_platform_files(base_path, base_match) base_path.."/"..base_match..".c", base_path.."/"..base_match..".cc", base_path.."/"..base_match..".cpp", + base_path.."/"..base_match..".inc", }) removefiles({base_path.."/".."**_main.cc"}) removefiles({base_path.."/".."**_test.cc"})