Skip to content

Commit

Permalink
Fix dwarf shared lib (#119)
Browse files Browse the repository at this point in the history
* Update pull_request.yml

* Update pull_request.yml

* Update libdwarf.cmake
  • Loading branch information
Shinji-IkariG authored Jan 11, 2024
1 parent ae3f964 commit 8d2ba42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/externals/libdwarf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ExternalProject_Add(
CONFIGURE_COMMAND
${common_configure_envs}
./configure ${common_configure_args}
--enable-shared --disable-static
BUILD_COMMAND make -s -j${BUILDING_JOBS_NUM}
BUILD_IN_SOURCE 1
INSTALL_COMMAND make -s -j${BUILDING_JOBS_NUM} install
Expand Down

0 comments on commit 8d2ba42

Please sign in to comment.