Changeset 66903 in vbox
- Timestamp:
- May 16, 2017 6:52:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r66881 r66903 917 917 # when multiple VBoxSVC starts for the same user 918 918 # it is enabled for windows build only 919 ifdef VBOX_WITH_SDS 920 ifneq ($(KBUILD_TARGET),win) 919 ifeq ($(KBUILD_TARGET),win) 920 VBOX_WITH_SDS = 1 921 else 921 922 VBOX_WITH_SDS = 922 endif 923 endif 924 # disabled by default 925 VBOX_WITH_SDS = 923 endif 926 924 927 925
Note:
See TracChangeset
for help on using the changeset viewer.