mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(Again, Tinderbox cycles lied to me about when the build of which revision had started) attempt to (temporarily, for one build cycle only) preempt symbol-stripping on n810, so that the generated build will have symbols and thus can be debugged. r=evil-evil-awful-hack-this-is-the-worst-thing-I-have-ever-pushed-but-it-must-be-done
This commit is contained in:
parent
7630716521
commit
c93b6261ff
@ -65,4 +65,11 @@ ifeq ($(OS_ARCH),WINCE)
|
||||
EXTRA_LIBS += libcmt.lib
|
||||
endif
|
||||
|
||||
ifdef MOZ_PLATFORM_MAEMO
|
||||
libs:: ssltunnel
|
||||
if [ -e "$(DEPTH)/../mobile/config/autoconf.mk" ]; then \
|
||||
echo 'PKG_SKIP_STRIP=1' >> $(DEPTH)/../mobile/config/autoconf.mk; \
|
||||
fi
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user