File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ cd ../../
7676# --------------------------
7777if [ ! -d " AdventureCoin" ]; then
7878 echo -e " ${GREEN} >>> Cloning AdventureCoin...${RESET} "
79- # git clone https://github.com/AdventureCoin-ADVC/AdventureCoin.git
80- git clone https://github.com/CryptoDevelopmentServices/AdventureCoin.git
79+ git clone https://github.com/AdventureCoin-ADVC/AdventureCoin.git
8180else
8281 echo -e " ${GREEN} >>> Updating AdventureCoin...${RESET} "
8382 cd AdventureCoin && git pull && cd ..
@@ -91,19 +90,6 @@ cd AdventureCoin
9190
9291chmod +x share/genbuild.sh
9392chmod +x autogen.sh
94-
95- # --------------------------
96- # Detect GCC version and apply fixes
97- # --------------------------
98- GCC_VER=$( $CXX -dumpversion | cut -d. -f1)
99- echo -e " ${GREEN} >>> Detected g++ version: $GCC_VER ${RESET} "
100-
101- if [ " $GCC_VER " -ge 13 ]; then
102- echo -e " ${CYAN} Applying GCC 13+ compatibility flags...${RESET} "
103- export CXXFLAGS=" $CXXFLAGS -std=c++17 -DADVC_GCC13_FIX"
104- fi
105-
106-
10793./autogen.sh
10894
10995CONFIGURE_ARGS=" LDFLAGS=-L${BDB_PREFIX} /lib/ CPPFLAGS=-I${BDB_PREFIX} /include/"
You can’t perform that action at this time.
0 commit comments