gtkglextmm: fix gcc7 build

This commit is contained in:
Tony Theodore 2018-08-14 01:51:35 +10:00
parent cc01912155
commit 5fb3e4c222
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Werror -Wno-error=deprecated-declarations -pedantic -std=c++0x \
-Wno-error=deprecated \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gtkglextmm.exe' \
`'$(TARGET)-pkg-config' gtkglextmm-1.2 --cflags --libs`
endef