build: Fix QNX build system

Add missing root Makefile for build-qnx folder and enable BETA
extensions by default.
This commit is contained in:
Mike Gorchak 2021-04-21 13:03:33 -04:00 committed by Lenny Komow
parent eb6d6f95df
commit 699c54ee6d
2 changed files with 3 additions and 1 deletions

2
build-qnx/Makefile Normal file
View File

@ -0,0 +1,2 @@
LIST=OS
include recurse.mk

View File

@ -34,7 +34,7 @@ CCFLAGS += -Wno-stringop-overflow -Wimplicit-fallthrough=0 -fvisibility=hidden
CCFLAGS += -Wpointer-arith -fPIC
# Enable this if required
# CCFLAGS += -DVK_ENABLE_BETA_EXTENSIONS
CCFLAGS += -DVK_ENABLE_BETA_EXTENSIONS
CXXFLAGS += $(CCFLAGS)