Skip to content

Commit

Permalink
accidentally added extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Jan 19, 2024
1 parent 88da72f commit 2e490ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assemble_synApps
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ if (exists($modules{LABJACK}))
{
chdir "LabJack-$modules{LABJACK}";

do_substitution ( "PROD_IOC_WIN32 = LabJackApp", "ifeq \$(windows-x64, \$(findstring windows-x64, \$(T_A)))\nPROD_IOC_WIN32 = LabJackApp\nendif", "LabJackApp/src/Makefile");
do_substitution ( "\QLIBRARY_IOC_WIN32 += LabJack\E", "ifeq \$(windows-x64, \$(findstring windows-x64, \$(T_A)))\nLIBRARY_IOC_WIN32 \+= LabJack\nendif", "LabJackApp/src/Makefile");
do_substitution ( "PROD_IOC_WIN32 = LabJackApp", "ifeq (windows-x64, \$(findstring windows-x64, \$(T_A)))\nPROD_IOC_WIN32 = LabJackApp\nendif", "LabJackApp/src/Makefile");
do_substitution ( "\QLIBRARY_IOC_WIN32 += LabJack\E", "ifeq (windows-x64, \$(findstring windows-x64, \$(T_A)))\nLIBRARY_IOC_WIN32 \+= LabJack\nendif", "LabJackApp/src/Makefile");

chdir "..";
}
Expand Down

0 comments on commit 2e490ea

Please sign in to comment.