mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
OpenCL: fix building when OpenCL is disabled
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "detection/opencl/opencl.h"
|
||||
#include "detection/gpu/gpu.h"
|
||||
|
||||
#if !defined(FF_HAVE_OPENCL) && defined(__APPLE__) && defined(MAC_OS_X_VERSION_10_15)
|
||||
#define FF_HAVE_OPENCL 1
|
||||
@@ -8,7 +9,6 @@
|
||||
|
||||
#include "common/library.h"
|
||||
#include "common/parsing.h"
|
||||
#include "detection/gpu/gpu.h"
|
||||
#include "util/stringUtils.h"
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user