diff options
author | Jack Lloyd <[email protected]> | 2019-07-15 11:24:27 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-15 11:24:27 -0400 |
commit | e6ba703a429e56a1d6c80c4a28c8251aadca3df4 (patch) | |
tree | 319ff2e77f37edc9c392e65fc50fc5b0b4a2a870 /src/build-data/os/qnx.txt | |
parent | 99b55d8e5992a541a01d396cad4b5a168d607631 (diff) |
Add support for OS-specific feature macros
We already needed this but didn't have a first class notion for it.
GH #2028
Diffstat (limited to 'src/build-data/os/qnx.txt')
-rw-r--r-- | src/build-data/os/qnx.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/os/qnx.txt b/src/build-data/os/qnx.txt index 1cf671ce7..ef5c0872b 100644 --- a/src/build-data/os/qnx.txt +++ b/src/build-data/os/qnx.txt @@ -10,3 +10,7 @@ sockets threads filesystem </target_features> + +<feature_macros> +_QNX_SOURCE +</feature_macros> |