Revert "Fix bug when using build-mac.sh and remove cryptoconditions from mac+win build scripts"

This reverts commit 46c738500f.
This commit is contained in:
Duke
2024-06-09 11:25:37 -04:00
parent 46c738500f
commit 4f928513c1
3 changed files with 17 additions and 5 deletions

View File

@@ -46,6 +46,13 @@ PREFIX="$(pwd)/depends/$TRIPLET"
make "$@" -C ./depends/ V=1 NO_QT=1
#BUILD CCLIB
WD=$PWD
cd src/cc
echo $PWD
./makecustom
cd $WD
# Build RandomX
cd src/RandomX
if [ -d "build" ]

View File

@@ -18,6 +18,13 @@ cd ..
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site CXXFLAGS="-DPTW32_STATIC_LIB -DCURL_STATICLIB -fopenmp -pthread" ./configure --prefix="${PREFIX}" --host=x86_64-w64-mingw32 --enable-static --disable-shared
# Build CryptoConditions stuff
WD=$PWD
cd src/cc
echo $PWD
./makecustom
cd $WD
# Build RandomX
cd src/RandomX
if [ -d "build" ]