Changeset 89114 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- May 17, 2021 4:45:20 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
r89097 r89114 97 97 -framework AudioUnit \ 98 98 -framework AudioToolbox \ 99 -framework AVFoundation \100 99 -framework Foundation 100 ifn1of ($(VBOX_DEF_MACOSX_VERSION_MIN), 10.4 10.5 10.6) 101 AudioTest_LDFLAGS.darwin += \ 102 -framework AVFoundation 103 endif 104 101 105 102 106 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.