Skip to content

Commit ba0b99b

Browse files
committed
guix: Don't set MINGW_HAS_SECURE_API CFLAG in depends
This is no longer needed after 3bef7c22 in the mingw-w64 git repository, which is first included in mingw-w64 v7.0.0. As of the previous bump to our Guix time machine, we now use mingw-w64 v7.0.0.
1 parent 93439a7 commit ba0b99b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ make -C depends --jobs="$MAX_JOBS" HOST="$HOST" \
134134
x86_64_linux_RANLIB=x86_64-linux-gnu-ranlib \
135135
x86_64_linux_NM=x86_64-linux-gnu-nm \
136136
x86_64_linux_STRIP=x86_64-linux-gnu-strip \
137-
qt_config_opts_i686_linux='-platform linux-g++ -xplatform bitcoin-linux-g++' \
138-
mingw32_CFLAGS='-DMINGW_HAS_SECURE_API=1 -pipe'
137+
qt_config_opts_i686_linux='-platform linux-g++ -xplatform bitcoin-linux-g++'
139138

140139

141140
###########################

0 commit comments

Comments
 (0)