Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
redradist committed Jul 1, 2021
1 parent 6848205 commit 031d05e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/wasmtime/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ class WasmtimeConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
options = {
"shared": [True, False],
'fPIC': [True],
}
default_options = {
'shared': False,
'fPIC': True,
}
generators = "cmake", "cmake_find_package", "cmake_find_package_multi"
exports_sources = ['CMakeLists.txt', 'patches/*']
Expand Down

0 comments on commit 031d05e

Please sign in to comment.