Skip to content

Commit

Permalink
Fix install dir (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe authored Feb 26, 2020
1 parent 39e3ef0 commit 89d293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esy/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$cur__target_dir
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=$cur__install

make
make install
Expand Down

0 comments on commit 89d293b

Please sign in to comment.