Skip to content

Commit

Permalink
fixing xmake.lua for macos buidl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Feb 4, 2024
1 parent ad06f63 commit 33233c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ local os_interfaces = {
},
MacOS = {
dir = "Drivers/",
enabled = is_plat("macosx")
enabled = is_plat("macosx"),
custom = function()
add_files("Akel/Runtime/Sources/Drivers/MacOS/**.mm")
end
},
Windows = {
dir = "Drivers/",
Expand Down

0 comments on commit 33233c5

Please sign in to comment.