Skip to content

Commit e0bd066

Browse files
authored
Merge branch 'master' into scpeters/rebuild_ionic
2 parents c8d4284 + d54a760 commit e0bd066

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/sdformat16.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def python_cmake_arg(python = Formula["python@3.13"])
3434
def install
3535
rpaths = [
3636
rpath,
37-
rpath(source: libexec/"gz/sdformat16", target: lib),
37+
rpath(source: libexec/"gz/sdformat", target: lib),
3838
]
3939
cmake_args = std_cmake_args
4040
cmake_args << "-DBUILD_TESTING=Off"
@@ -60,7 +60,9 @@ def install
6060
end
6161

6262
test do
63-
system libexec/"gz/sdformat16/gz-sdformat-sdf"
63+
# Test standalone executable
64+
system libexec/"gz/sdformat/gz-sdformat-sdf"
65+
# Test compiling against API
6466
(testpath/"test.cpp").write <<-EOS
6567
#include <iostream>
6668
#include "sdf/sdf.hh"

0 commit comments

Comments
 (0)