Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jun 9, 2024
1 parent 0814248 commit 7e75c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tools: clean
cd mdbxdist && MDBX_BUILD_TIMESTAMP=unknown CFLAGS="${CFLAGS} -Wno-unknown-warning-option -Wno-enum-int-mismatch -Wno-strict-prototypes -Wno-unused-but-set-variable" make tools

cp:
cd ../libmdbx && make dist
cp ../dist/* ./../mdbx-go/mdbxdist/
cd ../libmdbx && make dist && cp dist/* ./../mdbx-go/mdbxdist/
pwd
cp mdbxdist/mdbx.h mdbx/
cp mdbxdist/mdbx.c mdbx/

0 comments on commit 7e75c2a

Please sign in to comment.