Skip to content

Commit

Permalink
Bundle checked to work on macOS, remove message [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Sep 1, 2020
1 parent 833606a commit d008fb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lv2/sfizz_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ instantiate(const LV2UI_Descriptor *descriptor,
// * on macOS, resource files are looked up using CFBundle APIs
#if defined(_WIN32)
IWin32PlatformFrame::setResourceBasePath((std::string(bundle_path) + "\\Contents\\Resources\\").c_str());
#elif defined(__APPLE__)
#pragma message("TODO: make resources work on macOS using bundles")
#endif

// makes labels refresh correctly
Expand Down

0 comments on commit d008fb3

Please sign in to comment.