Merge pull request #5 from Xiaogrill/master

More generic build environment
This commit is contained in:
Hugo Teso 2017-03-29 18:37:54 +02:00 committed by GitHub
commit 583f52c7cc
2 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

@ -12,8 +12,8 @@
# Qt-es
/.qmake.cache
/.qmake.stash
*.qmake.cache
*.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user

View File

@ -132,5 +132,6 @@ RESOURCES += \
#INCLUDEPATH += /usr/local/radare2/osx/include/libr
INCLUDEPATH += /usr/local/include/libr
INCLUDEPATH += /usr/include/libr
#LIBS += -L/usr/local/radare2/osx/lib -lr_core -lr_config -lr_cons -lr_io -lr_util -lr_flag -lr_asm -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_anal -lr_parse -lr_bp -lr_egg -lr_reg -lr_search -lr_syscall -lr_socket -lr_fs -lr_magic -lr_crypto
LIBS += -L/usr/local/lib -lr_core -lr_config -lr_cons -lr_io -lr_util -lr_flag -lr_asm -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_anal -lr_parse -lr_bp -lr_egg -lr_reg -lr_search -lr_syscall -lr_socket -lr_fs -lr_magic -lr_crypto