1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-02-27 17:27:37 +01:00
2021-02-01 18:38:49 +01:00

10 lines
220 B
Plaintext

import os ;
using darwin : x86_64 : clang++ :
<cxxflags>-std=c++14
<cxxflags>-mmacosx-version-min=10.9
<cxxflags>-fno-strict-aliasing
<cxxflags>-fvisibility=hidden
<cxxflags>-D_DARWIN_C_SOURCE
;