Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unix: Detect 64-bit build, use appropriate FMOD library
  • Loading branch information
skyjake committed Dec 11, 2011
1 parent 6bda779 commit ca1b3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/dep_fmod.pri
Expand Up @@ -28,9 +28,9 @@ else {
contains(QMAKE_HOST.arch, x86_64): libname = fmodex64
else: libname = fmodex

LIBS += -L$$FMOD_DIR/api/lib -l$$FMOD_LIB
LIBS += -L$$FMOD_DIR/api/lib -l$$libname

INSTALLS += fmodlibs
fmodlibs.files = $$FMOD_DIR/api/lib/lib$${FMOD_LIB}.so
fmodlibs.files = $$FMOD_DIR/api/lib/lib$${libname}.so
fmodlibs.path = $$DENG_LIB_DIR
}

0 comments on commit ca1b3f9

Please sign in to comment.