Skip to content

Commit

Permalink
Link against r_arch when using qmake
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 11, 2024
1 parent 272a9da commit 12b4300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ QMAKE=~/Qt/5.*/clang_64/bin/qmake
endif

iaito: build
$(MAKE) -C build -j4
$(MAKE) -C build

build:
mkdir -p build
Expand Down
2 changes: 2 additions & 0 deletions src/lib_radare2.pri
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ win32 {
LIBS += \
-lr_core \
-lr_config \
-lr_arch \
-lr_cons \
-lr_io \
-lr_util \
Expand Down Expand Up @@ -87,6 +88,7 @@ win32 {
-lr_core \
-lr_config \
-lr_cons \
-lr_arch \
-lr_io \
-lr_flag \
-lr_asm \
Expand Down

0 comments on commit 12b4300

Please sign in to comment.