summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-qnx/Makefile2
-rw-r--r--build-qnx/common.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/build-qnx/Makefile b/build-qnx/Makefile
new file mode 100644
index 00000000..3beecfb7
--- /dev/null
+++ b/build-qnx/Makefile
@@ -0,0 +1,2 @@
+LIST=OS
+include recurse.mk
diff --git a/build-qnx/common.mk b/build-qnx/common.mk
index c5aa5871..c9379ca3 100644
--- a/build-qnx/common.mk
+++ b/build-qnx/common.mk
@@ -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)