Skip to content

Commit

Permalink
[maplibre-map-renderer] Build missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
cantunca committed Mar 13, 2024
1 parent 9854b8f commit 3356ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/maplibre-map-renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def install
system "cmake", "-S", ".", "-B", "build", "-G", "Ninja",
"-DMBGL_WITH_MAP_RENDERER=ON", "-DMBGL_WITH_WERROR=OFF",
*std_cmake_args
system "cmake", "--build", "build", "--target", "map-renderer"
system "cmake", "--build", "build", "--target", "map-renderer", "mbgl-render-test-runner"
system "cmake", "--install", "build"
end
end

0 comments on commit 3356ddd

Please sign in to comment.