mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Rename macosmenubar.m to .mm to avoid getting compiled as Objective-C and not Objective-C++.
This commit is contained in:
@@ -1616,7 +1616,7 @@ solution "eepp"
|
||||
language "C++"
|
||||
set_targetdir("libs/" .. os.get_real() .. "/")
|
||||
includedirs { "include", "src" }
|
||||
files { "src/eepp/ui/platform/macos/macosmenubar.m" }
|
||||
files { "src/eepp/ui/platform/macos/macosmenubar.mm" }
|
||||
buildoptions { "-x objective-c++" }
|
||||
if not is_vs() then
|
||||
buildoptions{ "-std=c++20" }
|
||||
|
||||
Reference in New Issue
Block a user