Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug 4075 - configury adds Metal.framework to linkage even if it…
… is not available Ozkan Sezer Configury adds Metal.framework to linkage even if it is not available. My solution is setting enable_render_metal to no when Metal.framework is not found
- Loading branch information
|
||
SOURCES="$SOURCES $srcdir/src/render/metal/*.m" | ||
SUMMARY_video="${SUMMARY_video} metal" | ||
else | ||
enable_render_metal=no | ||
fi | ||
fi | ||
} |