Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix broken build test
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Jun 22, 2022
1 parent d2cc6cf commit 6891aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/debian/tests/build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main(int argc, char **argv)
}
EOF

g++ -o gztest gztest.c `pkg-config --cflags --libs gz-msgs9`
g++ -o gztest gztest.c `pkg-config --cflags --libs ignition-msgs9`
echo "build: OK"
[ -x gztest ]
./gztest
Expand Down

0 comments on commit 6891aef

Please sign in to comment.