summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorchak <mgorchak@blackberry.com>2021-04-21 13:03:33 -0400
committerLenny Komow <lenny@lunarg.com>2021-04-21 11:21:44 -0600
commit699c54ee6dc93f4df4e13c3fa70ad80d9e15bdeb (patch)
tree287b9ad7138b7dea492562e9bcc3579720f8af7d
parenteb6d6f95dff809d66e95b903105da6424e75862f (diff)
downloadVulkan-Loader-699c54ee6dc93f4df4e13c3fa70ad80d9e15bdeb.tar.gz
Vulkan-Loader-699c54ee6dc93f4df4e13c3fa70ad80d9e15bdeb.tar.bz2
Vulkan-Loader-699c54ee6dc93f4df4e13c3fa70ad80d9e15bdeb.zip
build: Fix QNX build system
Add missing root Makefile for build-qnx folder and enable BETA extensions by default.
-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)