Changeset 11581 in vbox for trunk/src/libs
- Timestamp:
- Aug 22, 2008 4:47:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11580 r11581 39 39 40 40 41 # Temporary disable everywhere but on Linux, as there's header conflict 42 if1of ($(KBUILD_TARGET), linux) 41 # Temporary disable everywhere, as there's no decent Python headers 42 # installed on build servers 43 #if1of ($(KBUILD_TARGET), linux) 44 ifeq ($(VBOX_WITH_PYTHON),1) 43 45 # Find most appropriate Python headers 44 46 PYTHON_INCS=$(lastword $(sort $(wildcard /usr/include/python2.*/)))
Note:
See TracChangeset
for help on using the changeset viewer.