Skip to content
Snippets Groups Projects
Commit a85ec885 authored by vsooda's avatar vsooda Committed by Tianqi Chen
Browse files

fix cpp deploy (#468)

parent 3dc313ad
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "Build the libraries.."
mkdir -p lib
make
echo "Run the example"
export LD_LIBRARY_PATH=../../lib
export DYLD_LIBRARY_PATH=../../lib
lib/cpp_deploy
\ No newline at end of file
lib/cpp_deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment