Skip to content

Commit

Permalink
pe-util: Remove boost variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Nov 13, 2024
1 parent da942f7 commit 579480f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pe-util.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ define $(PKG)_BUILD_$(BUILD)
# build and install the binary
cd '$(BUILD_DIR)' && cmake '$(SOURCE_DIR)' \
-DCMAKE_INSTALL_PREFIX='$(PREFIX)/$(TARGET)' \
-DBOOST_ROOT='$(PREFIX)/$(TARGET)' \
-DBOOST_INCLUDEDIR='$(PREFIX)/$(TARGET)/include' \
-DBOOST_LIBRARYDIR='$(PREFIX)/$(TARGET)/lib' \
-DBoost_NO_SYSTEM_PATHS=ON \
-DBoost_NO_BOOST_CMAKE=ON \
-DCMAKE_CXX_FLAGS='-I$(PREFIX)/$(TARGET)/include'
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
Expand Down

0 comments on commit 579480f

Please sign in to comment.