Changeset 99764 in vbox
- Timestamp:
- May 12, 2023 1:16:58 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r99496 r99764 118 118 BUILD_LIBVPX= 119 119 BUILD_LIBTPMS= 120 BUILD_LIBLZMA= 120 if [ "$OS" = "darwin" ]; then # Do not use the /opt/local version of this! We end up using the wrong iconv.h then. 121 BUILD_LIBLZMA=1 122 else 123 BUILD_LIBLZMA= 124 fi 121 125 PASSIVE_MESA=0 122 126 CC="gcc"
Note:
See TracChangeset
for help on using the changeset viewer.