Bug 1050433 - part 2 - move TK_CFLAGS inclusion into moz.build; r=mshal

This commit is contained in:
Nathan Froyd 2014-08-07 14:46:58 -04:00
Родитель 8cad4e2ab5
Коммит 559ecb3f15
2 изменённых файлов: 2 добавлений и 9 удалений

Просмотреть файл

@ -1,9 +0,0 @@
# vim: noexpandtab ts=8 sw=8
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEFINES += $(TK_CFLAGS)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -69,3 +69,5 @@ USE_LIBS += [
'xpcomglue_s',
'xul',
]
CXXFLAGS += CONFIG['TK_CFLAGS']