
6 changed files with 11 additions and 11 deletions
@ -1,7 +1,7 @@ |
|||||
# This is an Example build config file (local.conf) |
# This is an Example build config file (build.conf) |
||||
# you might not need this file, but if the defaults dont work for you |
# you might not need this file, but if the defaults dont work for you |
||||
# You can override them here. |
# You can override them here. |
||||
# Tweak the values to your needs and rename it to local.conf |
# Tweak the values to your needs and rename it to build.conf |
||||
|
|
||||
######### C++ Compiler ######### |
######### C++ Compiler ######### |
||||
# Should work with clang and g++ |
# Should work with clang and g++ |
@ -1,8 +1,8 @@ |
|||||
#!/usr/bin/env sh |
#!/usr/bin/env sh |
||||
set -exo |
set -exo |
||||
|
|
||||
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> local.conf |
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> build.conf |
||||
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> local.conf |
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> build.conf |
||||
|
|
||||
make |
make |
||||
make install PREFIX="${INSTPREFIX}" |
make install PREFIX="${INSTPREFIX}" |
||||
|
@ -1,8 +1,8 @@ |
|||||
#!/usr/bin/env sh |
#!/usr/bin/env sh |
||||
set -exo |
set -exo |
||||
|
|
||||
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> local.conf |
echo "ENGINE_LIB_PATH=${INSTPREFIX}/lib" >> build.conf |
||||
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> local.conf |
echo "ENGINE_INC_PATH=${INSTPREFIX}/include" >> build.conf |
||||
|
|
||||
make |
make |
||||
make install PREFIX="${INSTPREFIX}" |
make install PREFIX="${INSTPREFIX}" |
||||
|
Loading…
Reference in new issue