Skip to content

Commit

Permalink
build: Fix cmake prefix for bls-dash package (dashpay#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed May 17, 2021
1 parent a892027 commit 288f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/bls-dash.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endef

define $(package)_set_vars
$(package)_config_opts=-DCMAKE_INSTALL_PREFIX=$($(package)_staging_dir)/$(host_prefix)
$(package)_config_opts+= -DCMAKE_PREFIX_PATH=$($(package)_staging_dir)/$(host_prefix)
$(package)_config_opts+= -DCMAKE_PREFIX_PATH=$(host_prefix)
$(package)_config_opts+= -DSTLIB=ON -DSHLIB=OFF -DSTBIN=ON
$(package)_config_opts+= -DBUILD_BLS_PYTHON_BINDINGS=0 -DBUILD_BLS_TESTS=0 -DBUILD_BLS_BENCHMARKS=0
$(package)_config_opts_linux=-DOPSYS=LINUX -DCMAKE_SYSTEM_NAME=Linux
Expand Down

0 comments on commit 288f597

Please sign in to comment.