diff options
| author | Rusty Wagner <dontpanic@binaryninja.com> | 2015-02-17 01:07:43 -0500 |
|---|---|---|
| committer | Rusty Wagner <dontpanic@binaryninja.com> | 2015-02-17 01:07:43 -0500 |
| commit | dff66a8400b443946a0dfe14164b7297367d774d (patch) | |
| tree | 25603e9a0fdeb2f2b2c281a41d054db97141df72 /api.pro | |
| parent | 993d98ede9231759d8718cb33779fd1571d0475c (diff) | |
Fix Mac build, minimum is now 10.9 to allow C++11 to build
Diffstat (limited to 'api.pro')
| -rw-r--r-- | api.pro | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ QT -= core gui TARGET = binaryninjaapi TEMPLATE = lib CONFIG += staticlib +QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 SOURCES += \ databuffer.cpp \ |
