Skip to content

Commit

Permalink
Add -fobjc-arc for love_3p_luahttps on macOS
Browse files Browse the repository at this point in the history
Fixes error: "ARC is off"
  • Loading branch information
ryandesign committed May 9, 2024
1 parent 9473c8d commit ce03fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce03fb8

Please sign in to comment.