mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
lib symlink fix
This commit is contained in:
parent
d142ca6d07
commit
ea261c4c5e
@ -47,8 +47,8 @@ macx {
|
||||
!macx {
|
||||
CONFIG += precompile_header
|
||||
|
||||
LIBS += -L/usr/lib/x86_64-linux-gnu -L$LOCAL_LIB_DIR -lGL
|
||||
LIBS += -L/usr/lib/x86_64-linux-gnu -L$LOCAL_LIB_DIR -lOpenCL
|
||||
LIBS += -L/usr/lib/x86_64-linux-gnu -L$$LOCAL_LIB_DIR -lGL
|
||||
LIBS += -L/usr/lib/x86_64-linux-gnu -L$$LOCAL_LIB_DIR -lOpenCL
|
||||
|
||||
QMAKE_LFLAGS_RELEASE += -s
|
||||
}
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
fractorium (0.9.9.2d-0ubuntu1) wily; urgency=low
|
||||
|
||||
* lib symlink fix
|
||||
|
||||
-- Gambhiro Bhikkhu <gambhiro.bhikkhu.85@gmail.com> Tue, 15 Dec 2015 18:28:11 +0000
|
||||
|
||||
fractorium (0.9.9.2b-0ubuntu3) wily; urgency=low
|
||||
|
||||
* include paths and deps for wily
|
||||
|
@ -17,7 +17,7 @@ Options:
|
||||
--unsigned"
|
||||
|
||||
# version for the debian package
|
||||
VERSION=0.9.9.2b
|
||||
VERSION=0.9.9.2d
|
||||
PROJECT=fractorium
|
||||
PROJECT_ROOT=$PWD
|
||||
PPA_DIR="$HOME/PPA/$PROJECT-$VERSION"
|
||||
|
Loading…
Reference in New Issue
Block a user