Changeset 25767 in vbox for trunk/src/libs/xpcom18a4/Makefile.kmk
- Timestamp:
- Jan 12, 2010 2:13:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r25765 r25767 1392 1392 if "$(KBUILD_TARGET)" == "darwin" && !defined(VBOX_PATH_PYTHON_INC) && !defined(VBOX_LIB_PYTHON) 1393 1393 ifndef VBOX_PYTHON_FRAMEWORK 1394 # Does -framework really work with CXXFLAGS and CFLAGS?1395 1394 VBOX_PYTHON_FRAMEWORK := -framework Python 1396 1395 VBOX_PATH_PYTHON_INC := $(VBOX_PATH_MACOSX_SDK)/System/Library/Frameworks/Python.framework/Headers … … 1445 1444 endif 1446 1445 VBoxPython_LDFLAGS.darwin = $(VBOX_PYTHON_FRAMEWORK) 1446 VBoxPython_CXXFLAGS = -Wno-format 1447 1447 VBoxPython_INCS = \ 1448 1448 python/src \
Note:
See TracChangeset
for help on using the changeset viewer.