Add objc in --enable-languages
Midar opened this issue · 1 comments
Midar commented
Hi!
Would it be possible to add objc
to --enable-languages
? I'd like to use it for CI for https://github.com/ObjFW/ObjFW.
andrewwutw commented
You can use environment variable ENABLE_LANGUAGES to enable objc support. like this :
sudo ENABLE_LANGUAGES=c,c++,objc,obj-c++ ./build-djgpp.sh 10.3.0