Skip to content

Commit 501ad52

Browse files
committed
Fix OS defines
1 parent 2e019e4 commit 501ad52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_vulkan_context.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#include "third_party/skia/include/gpu/vk/GrVkExtensions.h"
1616
#include "vulkan/vulkan_core.h"
1717

18-
#ifdef OS_MACOSX
18+
#ifdef FML_OS_MACOSX
1919
#define VULKAN_SO_PATH "libvk_swiftshader.dylib"
20-
#elif OS_WIN
20+
#elif FML_OS_WIN
2121
#define VULKAN_SO_PATH "vk_swiftshader.dll"
2222
#else
2323
#define VULKAN_SO_PATH "libvk_swiftshader.so"

0 commit comments

Comments
 (0)