X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi;h=8d8f6021d4ad1448e8ded9dd59b502e8e7d695b6;hp=e2368303c5208118b2216eff36c3198848ea8350;hb=935cef6f47d4e0c844a0103536ddac638dc5f465;hpb=9a2bc5fcb8ad1e9c7885429609656316f9ad006b diff --git a/contrib/pulseview_cross.nsi b/contrib/pulseview_cross.nsi index e2368303..8d8f6021 100644 --- a/contrib/pulseview_cross.nsi +++ b/contrib/pulseview_cross.nsi @@ -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 ---------------------------------------------------------------