diff options
Diffstat (limited to 'src/openal.mk')
-rw-r--r-- | src/openal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openal.mk b/src/openal.mk index 0422a6a..543c87e 100644 --- a/src/openal.mk +++ b/src/openal.mk @@ -35,7 +35,7 @@ define $(PKG)_BUILD -DLIBTYPE=STATIC $(MAKE) -C '$(1)/build' -j '$(JOBS)' install ln -sf '$(PREFIX)/$(TARGET)/lib/OpenAL32.a' '$(PREFIX)/$(TARGET)/lib/libOpenAL32.a' - + '$(TARGET)-gcc' \ -W -Wall -Werror -ansi -pedantic \ '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-openal.exe' \ |