Browse Source

Merge pull request #2067 from ryandesign/fobjc-arc

Add -fobjc-arc for love_3p_luahttps on macOS
Sasha Szpakowski 1 year ago
parent
commit
cccd46af49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -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)