Browse Source

fixed native linking

Nicolas Cannasse 8 years ago
parent
commit
00cfc599f0
1 changed files with 1 additions and 1 deletions
  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>