diff options
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | build28.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -164,7 +164,7 @@ -DHAVE_CONFIG_H -DXP_WIN <!-- for JS --> -D_INTL_REDIRECT_INLINE - -DRELAYTOOL_SSL='static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }' <!-- inkboard --> + -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard --> -DWITH_INKBOARD -DHAVE_SSL <!-- inkboard --> </defines> <includes> diff --git a/build28.xml b/build28.xml index d4c0262cf..f0bff1ce2 100644 --- a/build28.xml +++ b/build28.xml @@ -93,7 +93,7 @@ -DHAVE_CONFIG_H
-DXP_WIN <!-- for JS -->
-D_INTL_REDIRECT_INLINE
- -DRELAYTOOL_SSL='static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }' <!-- inkboard -->
+ -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
-DWITH_INKBOARD -DHAVE_SSL <!-- inkboard -->
</defines>
<includes>
|
