Skip to content

Commit

Permalink
Merge pull request #533 from bytedance/fix-python-build
Browse files Browse the repository at this point in the history
Fix python build
  • Loading branch information
yoloyyh authored Sep 7, 2023
2 parents 813b09f + 9b30cfd commit 40328ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rasp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ pangolin:
mkdir -p build && \
cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DSTATIC_BUILD=$(STATIC) \
-DCMAKE_TOOLCHAIN_FILE="$(VCPKG_INSTALLATION_ROOT)/scripts/buildsystems/vcpkg.cmake" \
-DVCPKG_TARGET_TRIPLET=x64-linux-release && \
-DSTATIC_BUILD=$(STATIC) && \
$(MAKE) -C build


Expand Down

0 comments on commit 40328ef

Please sign in to comment.