mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix for OS X compile
This commit is contained in:
parent
a68d22f608
commit
0ac2d0c839
@ -23,7 +23,7 @@ QT += core gui webkit webkitwidgets
|
|||||||
QT_CONFIG -= no-pkg-config
|
QT_CONFIG -= no-pkg-config
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
QMAKE_CXXFLAGS = -mmacosx-version-min=10.7 -std=gnu0x -stdlib=libc+
|
QMAKE_CXXFLAGS = -mmacosx-version-min=10.7 -std=gnu0x -stdlib=libc++
|
||||||
EXTSO=dylib
|
EXTSO=dylib
|
||||||
} else {
|
} else {
|
||||||
win32 {
|
win32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user