mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
add #ifdefs for OSX-specific code
This commit is contained in:
@@ -92,7 +92,9 @@ bool update_available() {
|
||||
class CheckUpdateThread : public wxThread {
|
||||
public:
|
||||
void* Entry() override {
|
||||
// Work();
|
||||
#ifndef __APPLE__
|
||||
Work();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user