diff --git a/build.sh b/build.sh index 1c7bbe24d..91c1e8975 100755 --- a/build.sh +++ b/build.sh @@ -300,6 +300,7 @@ else echo "--- Updating $build_dir ---" update_file "$file" for other_file in "$build_dir/CMakeFiles/rules.ninja" \ + "$build_dir"/CMakeFiles/*/*.cmake \ "$build_dir/third_party/libpng/scripts/genout.cmake" ; do update_file "$other_file" done