Skip to content

Commit

Permalink
fix header import
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jan 16, 2023
1 parent cceb597 commit 4ed0e73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM rust AS chef
USER root
COPY .cargo .cargo
RUN cargo install cargo-chef
RUN apt-get update && apt-get install -y protobuf-compiler
WORKDIR /app
Expand Down
1 change: 0 additions & 1 deletion internal/pkg/all-in-one/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion internal/pkg/all-in-one/all-in-one.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package allinone

/*
#cgo LDFLAGS: -L../../../build/lib -lall_in_one -lz -lm
#include "./all-in-one.h"
#include "./all_in_one.h"
#include "./error_handler.h"
*/
import "C"
Expand Down

0 comments on commit 4ed0e73

Please sign in to comment.