Merge pull request #206 from xarkes/fixbuild

Fix build on linux
This commit is contained in:
xarkes 2017-09-01 13:20:27 +02:00 committed by GitHub
commit 2fa55ffda5
2 changed files with 1 additions and 2 deletions

1
.gitmodules vendored
View File

@ -4,4 +4,3 @@
[submodule "radare2"]
path = radare2
url = https://github.com/radare/radare2
branch = 902ce266e50ef40fc4018afe8a487e5437aad94d

View File

@ -50,7 +50,7 @@ win32 {
DEFINES += _CRT_NONSTDC_NO_DEPRECATE
DEFINES += _CRT_SECURE_NO_WARNINGS
USE_PKGCONFIG {
equals(USE_PKGCONFIG, 1) {
CONFIG += link_pkgconfig
PKGCONFIG += r_core
} else {