mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Add -fobjc-arc for love_3p_luahttps on macOS
Fixes error: "ARC is off"
This commit is contained in:
@@ -1606,6 +1606,7 @@ if (APPLE)
|
||||
src/libraries/luahttps/src/apple/NSURLClient.mm
|
||||
src/libraries/luahttps/src/apple/NSURLClient.h
|
||||
)
|
||||
target_compile_options(love_3p_luahttps PRIVATE -fobjc-arc)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user