Skip to content

Commit 07a0ff3

Browse files
committed
v0.9.0
1 parent e1c8e84 commit 07a0ff3

File tree

5 files changed

+470
-449
lines changed

5 files changed

+470
-449
lines changed

dr-pogodin-react-native-static-server.podspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ $outputFiles = [
3232
'${BUILT_PRODUCTS_DIR}/libpcre2-8.a'
3333
]
3434

35+
if ENV['RN_STATIC_SERVER_ALIAS'] == '1' then
36+
$extraCMakeArgs += " -DWITH_MOD_ALIAS=ON"
37+
$libToolFlags += " -lmod_alias"
38+
$outputFiles.append('${BUILD_PRODUCTS_DIR}/libmod_alias.a')
39+
end
40+
3541
if ENV['RN_STATIC_SERVER_WEBDAV'] == '1' then
3642
$extraCMakeArgs += " -DWITH_MOD_WEBDAV=ON"
3743
$libToolFlags += " -lmod_webdav"

0 commit comments

Comments
 (0)