Skip to content

Commit

Permalink
Fix win pkg_config_path
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jan 10, 2025
1 parent 6f32373 commit 19e6ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/light-curve-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
- LIB={{ PREFIX }}\Library\lib # [win]
# gsl discovery
- PKG_CONFIG_PATH={{ PREFIX }}/lib/pkgconfig # [not win]
- PKG_CONFIG_PATH={{ PREFIX }}\lib\pkgconfig # [win]
- PKG_CONFIG_PATH={{ PREFIX }}\Library\lib\pkgconfig # [win]
# Fix glog-related error when building ceres-solver
# https://github.com/mhx/dwarfs/issues/201#issuecomment-1958068640
- CXXFLAGS=-DGLOG_USE_GLOG_EXPORT
Expand Down

0 comments on commit 19e6ef8

Please sign in to comment.