Skip to content

Commit 0d9e483

Browse files
committed
WIP: build-mingw-w64-tools: Skip building widl
This currently fails to build for architectures that aren't supported by Wine.
1 parent 15207d8 commit 0d9e483

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build-mingw-w64-tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ $MAKE -j$CORES
115115
$MAKE install-strip
116116
mkdir -p "$PREFIX/share/gendef"
117117
install -m644 ../COPYING "$PREFIX/share/gendef"
118+
exit 0
118119
cd ../../widl
119120
[ -z "$CLEAN" ] || rm -rf build${CROSS_NAME}
120121
mkdir -p build${CROSS_NAME}

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ifneq ($(HAVE_OPENMP),)
8787
TESTS_OMP = hello-omp
8888
endif
8989
TESTS_UWP = uwp-error
90-
TESTS_IDL = idltest
90+
#TESTS_IDL = idltest
9191
TESTS_RES = hello-res
9292
ifneq ($(HAVE_UWP),)
9393
TESTS_OTHER_TARGETS = hello hello-tls

0 commit comments

Comments
 (0)