Skip to content

Commit

Permalink
Enable SSL in macos/ios/tvos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored and LibretroAdmin committed Jun 28, 2023
1 parent 56e088b commit b861d64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apple/BaseConfig.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ OTHER_CFLAGS = $(inherited) -DHAVE_ACCESSIBILITY
OTHER_CFLAGS = $(inherited) -DHAVE_AUDIOMIXER
OTHER_CFLAGS = $(inherited) -DHAVE_BSV_MOVIE
OTHER_CFLAGS = $(inherited) -DHAVE_BUILTINGLSLANG
OTHER_CFLAGS = $(inherited) -DHAVE_BUILTINMBEDTLS
OTHER_CFLAGS = $(inherited) -DHAVE_CC_RESAMPLER
OTHER_CFLAGS = $(inherited) -DHAVE_CHD
OTHER_CFLAGS = $(inherited) -DHAVE_CHEATS
Expand Down Expand Up @@ -71,6 +72,7 @@ OTHER_CFLAGS = $(inherited) -DHAVE_SCREENSHOTS
OTHER_CFLAGS = $(inherited) -DHAVE_SHADERPIPELINE
OTHER_CFLAGS = $(inherited) -DHAVE_SLANG
OTHER_CFLAGS = $(inherited) -DHAVE_SPIRV_CROSS
OTHER_CFLAGS = $(inherited) -DHAVE_SSL
OTHER_CFLAGS = $(inherited) -DHAVE_STB_FONT
OTHER_CFLAGS = $(inherited) -DHAVE_STB_VORBIS
OTHER_CFLAGS = $(inherited) -DHAVE_THREADS
Expand Down
8 changes: 8 additions & 0 deletions pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,7 @@
"-DHAVE_AUDIOMIXER",
"-DHAVE_BTSTACK",
"-DHAVE_BUILTINGLSLANG",
"-DHAVE_BUILTINMBEDTLS",
"-DHAVE_BUILTINMINIUPNPC",
"-DHAVE_CC_RESAMPLER",
"-DHAVE_CHEATS",
Expand Down Expand Up @@ -1640,6 +1641,7 @@
"-DHAVE_SHADERPIPELINE",
"-DHAVE_SLANG",
"-DHAVE_SPIRV_CROSS",
"-DHAVE_SSL",
"-DHAVE_STB_FONT",
"-DHAVE_STB_VORBIS",
"-DHAVE_THREADS",
Expand Down Expand Up @@ -1729,6 +1731,7 @@
"-DHAVE_AUDIOMIXER",
"-DHAVE_BTSTACK",
"-DHAVE_BUILTINGLSLANG",
"-DHAVE_BUILTINMBEDTLS",
"-DHAVE_BUILTINMINIUPNPC",
"-DHAVE_CC_RESAMPLER",
"-DHAVE_CHEATS",
Expand Down Expand Up @@ -1783,6 +1786,7 @@
"-DHAVE_SHADERPIPELINE",
"-DHAVE_SLANG",
"-DHAVE_SPIRV_CROSS",
"-DHAVE_SSL",
"-DHAVE_STB_FONT",
"-DHAVE_STB_VORBIS",
"-DHAVE_THREADS",
Expand Down Expand Up @@ -1900,6 +1904,7 @@
"-DHAVE_AUDIOMIXER",
"-DHAVE_BTSTACK",
"-DHAVE_BUILTINGLSLANG",
"-DHAVE_BUILTINMBEDTLS",
"-DHAVE_BUILTINMINIUPNPC",
"-DHAVE_CC_RESAMPLER",
"-DHAVE_CHEATS",
Expand Down Expand Up @@ -1948,6 +1953,7 @@
"-DHAVE_SHADERPIPELINE",
"-DHAVE_SLANG",
"-DHAVE_SPIRV_CROSS",
"-DHAVE_SSL",
"-DHAVE_STB_FONT",
"-DHAVE_STB_VORBIS",
"-DHAVE_THREADS",
Expand Down Expand Up @@ -2060,6 +2066,7 @@
"-DHAVE_AUDIOMIXER",
"-DHAVE_BTSTACK",
"-DHAVE_BUILTINGLSLANG",
"-DHAVE_BUILTINMBEDTLS",
"-DHAVE_BUILTINMINIUPNPC",
"-DHAVE_CC_RESAMPLER",
"-DHAVE_CHEATS",
Expand Down Expand Up @@ -2108,6 +2115,7 @@
"-DHAVE_SHADERPIPELINE",
"-DHAVE_SLANG",
"-DHAVE_SPIRV_CROSS",
"-DHAVE_SSL",
"-DHAVE_STB_FONT",
"-DHAVE_STB_VORBIS",
"-DHAVE_THREADS",
Expand Down

0 comments on commit b861d64

Please sign in to comment.