added code to support compilation on the Raspberry Pi (not enabled)
This commit is contained in:
parent
25fa1bb8ca
commit
1b83ab7525
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ win32 {
|
||||||
LIBS += -ljack
|
LIBS += -ljack
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# enable to following line to support compilation on the Raspberry Pi
|
||||||
|
#LIBS += -lrt
|
||||||
|
|
||||||
# Linux is our source distribution, include sources from other OSs
|
# Linux is our source distribution, include sources from other OSs
|
||||||
DISTFILES += mac/sound.h \
|
DISTFILES += mac/sound.h \
|
||||||
mac/sound.cpp \
|
mac/sound.cpp \
|
||||||
|
|
Loading…
Reference in a new issue