X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=contrib%2Fsigrok-cli_cross.nsi.in;h=5ea9bb56726ea53d2e95614fe80f49eb2f1ec18a;hp=c68572800e2a43e989ed7f57dfaf6259630e26e4;hb=e71b3ff7687695c6d61d751d06785f95bb6c606a;hpb=6d1dbe35407ebdc1d3174bc18eeac2980807b9c4 diff --git a/contrib/sigrok-cli_cross.nsi.in b/contrib/sigrok-cli_cross.nsi.in index c685728..5ea9bb5 100644 --- a/contrib/sigrok-cli_cross.nsi.in +++ b/contrib/sigrok-cli_cross.nsi.in @@ -78,13 +78,11 @@ RequestExecutionLevel admin # Path where the cross-compiled sigrok tools and libraries are located. # Change this to where-ever you installed libsigrok.a and so on. -# TODO: Figure out how to use $HOME (of the host that runs "makensis"). -!define CROSS "/home/uwe/sr_mingw" +!define CROSS "$%HOME%/sr_mingw" # Path where the cross-compiled MXE tools and libraries are located. # Change this to where-ever you installed MXE (and the files it built). -# TODO: Figure out how to use $HOME (of the host that runs "makensis"). -!define MXE "/home/uwe/mxe-git/usr/i686-pc-mingw32" +!define MXE "$%HOME%/mxe-git/usr/i686-pc-mingw32" # --- MUI pages ---------------------------------------------------------------