Rename map_renderer -> mapsd (#28580)

This commit is contained in:
Mitchell Goff
2023-06-16 20:12:50 -07:00
committed by GitHub
parent 83d6552a15
commit 6509cde41b
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ if arch in ['larch64', 'x86_64']:
map_env["RPATH"].append(Dir('.').abspath)
map_env["LIBPATH"].append(Dir('.').abspath)
maplib = map_env.SharedLibrary("maprender", ["map_renderer.cc"], LIBS=libs)
map_env.Program("map_renderer", ["main.cc", ], LIBS=[maplib[0].get_path(), ] + libs)
map_env.Program("mapsd", ["main.cc", ], LIBS=[maplib[0].get_path(), ] + libs)