Skip to content

Commit

Permalink
fix: Remove requirement for WebView 2 #9 (#19)
Browse files Browse the repository at this point in the history
fix: Remove requirement for WebView 2, closes #9
  • Loading branch information
greynewell authored Sep 17, 2024
1 parent a24ab8b commit 038497f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ add_subdirectory(JUCE)
# Setup JUCE build settings, source code and compile definitions

juce_add_plugin(musegpt
NEEDS_WEBVIEW2 TRUE
NEEDS_WEB_BROWSER TRUE
PLUGIN_MANUFACTURER_CODE Grey
PLUGIN_CODE Muse
Expand All @@ -24,7 +23,6 @@ target_compile_definitions(musegpt
JUCE_DEBUG=1 # Enable debug mode
JUCE_LOGGING=1 # Enable logging
JUCE_STRICT_REFCOUNTEDPOINTER=1
JUCE_USE_WIN_WEBVIEW2_WITH_STATIC_LINKING=1
JUCE_WEB_BROWSER=1
JUCE_USE_CURL=0
JUCE_VST3_CAN_REPLACE_VST2=0)
Expand Down

0 comments on commit 038497f

Please sign in to comment.