fix: use current binary directory mariadb shared object and dont override env variable (#1669)

* mac stuff

grab correct mariadb file and dont override env variable

fix for unix

Update CMakeLists.txt

unix only

* get that dylib
This commit is contained in:
David Markowitz
2024-12-07 22:36:49 -08:00
committed by GitHub
parent 4a1c289fb1
commit 8b56b0b7ba
7 changed files with 17 additions and 28 deletions

View File

@@ -11,9 +11,6 @@
"displayName": "Default configure step",
"description": "Use 'build' dir and Unix makefiles",
"binaryDir": "${sourceDir}/build",
"environment": {
"DLU_CONFIG_DIR": "${sourceDir}/build"
},
"generator": "Unix Makefiles"
},
{