mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-05 14:43:08 +00:00
Remove DLL bundling in witness generator for Windows' build.
This commit is contained in:
parent
cd86f86a39
commit
790544cd41
6
.github/workflows/build-circuits.yml
vendored
6
.github/workflows/build-circuits.yml
vendored
@ -280,9 +280,9 @@ jobs:
|
||||
BUNDLE_DIR="${BUNDLE_NAME}/${BINARY_NAME}"
|
||||
mkdir -p "$BUNDLE_DIR"
|
||||
|
||||
MINGW_BASE_DIR="/${MSYSTEM,,}"
|
||||
MINGW_DLL_DIR="$MINGW_BASE_DIR/bin"
|
||||
cp "$MINGW_DLL_DIR"/{libgcc_s_seh-1.dll,libwinpthread-1.dll,libstdc++-6.dll} "$BUNDLE_DIR/"
|
||||
#MINGW_BASE_DIR="/${MSYSTEM,,}"
|
||||
#MINGW_DLL_DIR="$MINGW_BASE_DIR/bin"
|
||||
#cp "$MINGW_DLL_DIR"/{libgcc_s_seh-1.dll,libwinpthread-1.dll,libstdc++-6.dll} "$BUNDLE_DIR/"
|
||||
|
||||
mv "${RAPIDSNARK_DIR}"/bin/${BINARY_NAME}.exe "$BUNDLE_DIR/"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user