mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +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"
|
|
}
|