Changeset 11580 in vbox for trunk/src/libs/xpcom18a4/Makefile.kmk
- Timestamp:
- Aug 22, 2008 3:58:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11579 r11580 39 39 40 40 41 # Temporary disable Python on Solaris, as there's header conflict42 if neq ($(KBUILD_TARGET),solaris)41 # Temporary disable everywhere but on Linux, as there's header conflict 42 if1of ($(KBUILD_TARGET), linux) 43 43 # Find most appropriate Python headers 44 44 PYTHON_INCS=$(lastword $(sort $(wildcard /usr/include/python2.*/)))
Note:
See TracChangeset
for help on using the changeset viewer.