mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 08:00:45 +00:00
4 lines
113 B
Text
4 lines
113 B
Text
declare_args() {
|
|
# Build the Ladybird application using the AppKit UI.
|
|
enable_appkit = current_os == "mac"
|
|
}
|