Browse Source

[CI] Fix _GUID define impact make openal (#748)

Yuxiao Mao 7 tháng trước cách đây
mục cha
commit
65e1bc4cfe
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      libs/openal/openal.c

+ 1 - 0
libs/openal/openal.c

@@ -1,5 +1,6 @@
 #define HL_NAME(n) openal_##n
 #include <hl.h>
+#undef _GUID
 
 #if defined(__APPLE__) && !defined(openal_soft)
 	#include <OpenAL/al.h>