[vlc-commits] [Git][videolan/vlc][master] contrib: breakpad: fix Windows build
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Nov 30 13:36:02 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
60f4201b by Steve Lhomme at 2024-11-30T09:06:26+00:00
contrib: breakpad: fix Windows build
The code doesn't support out-of-tree builds.
- - - - -
1 changed file:
- contrib/src/breakpad/rules.mak
Changes:
=====================================
contrib/src/breakpad/rules.mak
=====================================
@@ -22,6 +22,8 @@ breakpad: breakpad-$(BREAKPAD_VERSION).tar.gz .sum-breakpad
BREAKPAD_CONF := --disable-processor
+.breakpad: BUILD_DIR=$</
+.breakpad: BUILD_SRC=.
.breakpad: breakpad
# Framework
ifdef HAVE_MACOSX
@@ -37,7 +39,7 @@ ifdef HAVE_MACOSX
install build/Release/dump_syms "$(PREFIX)/bin"
else
$(RECONF)
- $(MAKEBUILDDIR)
+ # $(MAKEBUILDDIR)
$(MAKECONFIGURE) $(BREAKPAD_CONF)
+Configuration=Release $(MAKEBUILD)
+Configuration=Release $(MAKEBUILD) install
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/60f4201be943bb88d4718569a1474a41427bf846
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/60f4201be943bb88d4718569a1474a41427bf846
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list