mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
build: Fix QNX build system
Add missing root Makefile for build-qnx folder and enable BETA extensions by default.
This commit is contained in:
parent
eb6d6f95df
commit
699c54ee6d
2
build-qnx/Makefile
Normal file
2
build-qnx/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=OS
|
||||
include recurse.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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user