diff options
Diffstat (limited to 'src/sdl.mk')
-rw-r--r-- | src/sdl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,6 +31,6 @@ define $(PKG)_BUILD '$(TARGET)-gcc' \ -W -Wall -Werror -ansi -pedantic \ - `'$(TARGET)-pkg-config' sdl --cflags --libs` \ - '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl.exe' + '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-sdl.exe' \ + `'$(TARGET)-pkg-config' sdl --cflags --libs` endef |