mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-08 00:44:56 -04:00
OSX .app compiles but with runtime dylib errors
Regular binary compilation works, manual wxWidgets compile required for app (port version doesn’t work for me). Fixed-up app has runtime errors with dylib files but otherwise verifies…
This commit is contained in:
@@ -2,15 +2,8 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
#include "rtl-sdr.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
#include "wx/thread.h"
|
||||
|
||||
#include "ThreadQueue.h"
|
||||
#include "DemodulatorMgr.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user