Skip to content

Commit e8a255e

Browse files
committed
WIP: build.rs: add extra flag
1 parent 33bf7ad commit e8a255e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/cxx-qt-lib/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ fn main() {
270270
builder.flag_if_supported("/permissive-");
271271
builder.flag_if_supported("/bigobj");
272272

273+
// Clang macOS
274+
// builder.flag_if_supported("-stdlib=libc++");
275+
273276
// GCC + Clang
274277
builder.flag_if_supported("-std=c++17");
275278
// MinGW requires big-obj otherwise debug builds fail

0 commit comments

Comments
 (0)