repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix potential wrong-over-optimization in math utilities
[carla.git]
/
data
/
build-haiku.sh
blob
8fb01d45980ead93c15c0809b0dd86792f9aec49
1
#!/bin/bash
2
3
export
HAIKU
=
true
4
export
CC
=
gcc-x86
5
export
CXX
=
g
++
-x86
6
export
MOC_QT4
=
moc-x86
7
export
RCC_QT4
=
rcc-x86
8
export
UIC_QT4
=
uic-x86
9
export
PKG_CONFIG_PATH
=/
boot
/
home
/
config
/
develop
/
lib
/
x86
/
pkgconfig
:/
boot
/
system
/
non-packaged
/
lib
/
pkgconfig
10
11
exec
"$@"