Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jingkaimori committed May 25, 2024
1 parent a343d0e commit 8714df6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ end

local installdir = "packaging/org.midieditor.midieditor/data/"
target("ProMidEdit") do
add_deps("translation")
set_languages("cxx11")
add_packages({
"rtmidi",
Expand Down Expand Up @@ -95,7 +94,6 @@ target("ProMidEdit") do
end

target("remoteVST") do
-- add_deps("translation")
set_languages("cxx11")
add_packages({
"qt5widgets"
Expand Down

0 comments on commit 8714df6

Please sign in to comment.