mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Toolchain: Enable Objective-C and Objective-C++
This commit is contained in:
parent
b604640950
commit
6a4cdc3ef2
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/6a4cdc3ef2 Pull-request: https://github.com/SerenityOS/serenity/pull/20159 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/BertalanD
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ pushd "$DIR/Build/$ARCH"
|
|||
--disable-nls \
|
||||
--disable-libstdcxx-pch \
|
||||
--enable-shared \
|
||||
--enable-languages=c,c++ \
|
||||
--enable-languages=c,c++,objc,obj-c++ \
|
||||
--enable-default-pie \
|
||||
--enable-lto \
|
||||
--enable-threads=posix \
|
||||
|
|
Loading…
Reference in a new issue