diff options
author | Jack Lloyd <[email protected]> | 2015-09-25 13:14:18 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-09-25 13:14:18 -0400 |
commit | 0a95f77063421ae7620000f6f022bc0b2e271688 (patch) | |
tree | 48659a6b2cbe1557e66a51fe89e9329947149a99 /src/build-data/cc/clang.txt | |
parent | 49502d7508cd5445322187043af564cd2306990b (diff) | |
parent | ee0460cff538a3de7ca89fb54d37215757659a42 (diff) |
Merge pull request #288 from tiwoc/darwin_secrandom
Add the Darwin_SecRandom entropy source
Diffstat (limited to 'src/build-data/cc/clang.txt')
-rw-r--r-- | src/build-data/cc/clang.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 0fbc67ce9..129218dcd 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -6,6 +6,7 @@ output_to_option "-o " add_include_dir_option -I add_lib_dir_option -L add_lib_option -l +add_framework_option "-framework " lang_flags "-std=c++11 -D_REENTRANT -fstack-protector" |