Skip to content

Commit

Permalink
remove cgo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-mishra committed Jan 2, 2024
1 parent f0cbb1d commit 5401553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartofacade/capi.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package cartofacade
#cgo CFLAGS: -I../viam-cartographer/src/carto_facade
// the libraries that need to be linked can be derived from line 258 of the build.ninja file that is autogenerated during make build
#cgo LDFLAGS: -Wl,-rpath,/opt/homebrew/lib -lviam-cartographer -lcartographer -ldl -lm -labsl_hash -labsl_city -labsl_bad_optional_access -labsl_strerror -labsl_str_format_internal -labsl_synchronization -labsl_strings -labsl_throw_delegate -lcairo -llua5.3 -lstdc++ -lceres -lprotobuf -lglog -lboost_filesystem -lboost_iostreams -lpcl_io -lpcl_common -labsl_raw_hash_set
#cgo LDFLAGS: -lviam-cartographer -lcartographer -ldl -lm -labsl_hash -labsl_city -labsl_bad_optional_access -labsl_strerror -labsl_str_format_internal -labsl_synchronization -labsl_strings -labsl_throw_delegate -lcairo -llua5.3 -lstdc++ -lceres -lprotobuf -lglog -lboost_filesystem -lboost_iostreams -lpcl_io -lpcl_common -labsl_raw_hash_set
#include "../viam-cartographer/src/carto_facade/carto_facade.h"
*/
Expand Down

0 comments on commit 5401553

Please sign in to comment.