Skip to content

Commit

Permalink
Linux: Deploy plugins to PREFIX/lib/doomsday
Browse files Browse the repository at this point in the history
This should be more in line with platform conventions.
  • Loading branch information
skyjake committed Dec 3, 2012
1 parent 726c010 commit 0c2ed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/config_unix.pri
Expand Up @@ -41,7 +41,7 @@ contains(QMAKE_HOST.arch, x86_64) {
}

# Target location for plugin libraries.
DENG_PLUGIN_LIB_DIR = $$DENG_LIB_DIR/doomsday-plugins
DENG_PLUGIN_LIB_DIR = $$DENG_LIB_DIR/doomsday

# When installing libraries to a non-standard location, instruct
# the linker where to find them.
Expand Down

0 comments on commit 0c2ed44

Please sign in to comment.