Skip to content

Commit

Permalink
build contrib/depends offline
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Dec 17, 2024
1 parent 4672390 commit adf7cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/depends/packages/native_ccache.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $(package)_file_name=ccache-$($(package)_version).tar.gz
$(package)_sha256_hash=108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87

define $(package)_set_vars
$(package)_config_opts=-DCMAKE_INSTALL_PREFIX="$(host_prefix)/native"
$(package)_config_opts=-DCMAKE_INSTALL_PREFIX="$(host_prefix)/native" -DENABLE_TESTING=OFF
endef

define $(package)_config_cmds
Expand Down

0 comments on commit adf7cb3

Please sign in to comment.