浏览代码

fixed native linking

Nicolas Cannasse 8 年之前
父节点
当前提交
00cfc599f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libs/sdl/openal.c

+ 1 - 1
libs/sdl/openal.c

@@ -1,4 +1,4 @@
-#define HL_NAME(n) openal_##n
+#define HL_NAME(n) sdl_##n
 #include <hl.h>
 
 #include <AL/al.h>