build: Fix QNX build system
authorMike Gorchak <mgorchak@blackberry.com>
Wed, 21 Apr 2021 17:03:33 +0000 (13:03 -0400)
committerLenny Komow <lenny@lunarg.com>
Wed, 21 Apr 2021 17:21:44 +0000 (11:21 -0600)
Add missing root Makefile for build-qnx folder and enable BETA
extensions by default.

build-qnx/Makefile [new file with mode: 0644]
build-qnx/common.mk

diff --git a/build-qnx/Makefile b/build-qnx/Makefile
new file mode 100644 (file)
index 0000000..3beecfb
--- /dev/null
@@ -0,0 +1,2 @@
+LIST=OS
+include recurse.mk
index c5aa587108530608154cf52a286a7ccd3152fb5b..c9379ca31fd3bfb7604b5b8b2292b9566e3c3cac 100644 (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)