Skip to content

Commit

Permalink
Add LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent 2cd1430 commit 1278a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/native_qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $(package)_config_env += CFLAGS="$$($(package)_cppflags) $$($(package)_cflags)"
$(package)_config_env += CXX="$$($(package)_cxx)"
$(package)_config_env += CXXFLAGS="$$($(package)_cppflags) $$($(package)_cxxflags)"
$(package)_config_env += LDFLAGS="$$($(package)_ldflags)"
$(package)_config_env += LIBRARY_PATH="$$($(package)_ldflags)"
endef

define $(package)_fetch_cmds
Expand Down

0 comments on commit 1278a54

Please sign in to comment.