Skip to content

Commit

Permalink
fix when building with absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored and qyot27 committed Feb 3, 2024
1 parent 9bd6fcc commit 8505737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions avs_core/avisynth.pc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/avisynth
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/avisynth

Name: AviSynth+
Description: A powerful nonlinear scripting language for video.
Expand Down
2 changes: 1 addition & 1 deletion avs_core/avisynth_conf.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifdef AVS_POSIX
#define user_avs_plugindir_configurable "@USER_AVS_PLUGINDIR_LOCATION@"
#define system_avs_plugindir "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/avisynth"
#define system_avs_plugindir "@CMAKE_INSTALL_FULL_LIBDIR@/avisynth"
#endif

#endif // _AVS_CONF_H_

0 comments on commit 8505737

Please sign in to comment.