blob: 7a36d4b012a546989ee4bcaad00c4c875bd44980 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libs/bluevk/src/BlueVKLinuxAndroid.cpp.orig 2022-08-18 16:44:25 UTC
+++ libs/bluevk/src/BlueVKLinuxAndroid.cpp
@@ -42,7 +42,7 @@ bool loadLibrary() {
path = FILAMENT_VKLIBRARY_PATH;
#elif defined(__ANDROID__)
path = "libvulkan.so";
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD__)
path = "libvulkan.so.1";
#else
#error "This file should only be compiled for Android or Linux"
|