From 51b77dc14561677831acf93ed080da8326d13ec4 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sat, 21 Dec 2024 17:04:42 +0700 Subject: [PATCH] save --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05a85e0..f37eeac 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,4 @@ cp: cp mdbxdist/mdbx.h mdbx/ cp mdbxdist/mdbx.c mdbx/ #add 1 line to mdbx.h about build flags which we have in `mdbx.go` - echo "$(echo '#define MDBX_BUILD_FLAGS "-std=gnu11 -fvisibility=hidden -ffast-math"'; cat mdbx.h)" > mdbx.h + echo "$(echo '#define MDBX_BUILD_FLAGS "-std=gnu11 -fvisibility=hidden -ffast-math"'; cat mdbx/mdbx.h)" > mdbx/mdbx.h