1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00

fix path to the proxy's binary

This commit is contained in:
Stefan Lankes 2017-08-25 01:11:52 +02:00
parent f2c680f179
commit 61277e4a86

View file

@ -21,4 +21,4 @@ ExternalProject_Add(
INSTALL_COMMAND ""
LOG_BUILD ON)
install(PROGRAMS target/debug/proxy DESTINATION bin)
install(PROGRAMS target/release/proxy DESTINATION bin)