diff --git a/goil/templates/build/build_py.goilTemplate b/goil/templates/build/build_py.goilTemplate index 51d9a8f87..7bd5c8e49 100755 --- a/goil/templates/build/build_py.goilTemplate +++ b/goil/templates/build/build_py.goilTemplate @@ -479,7 +479,7 @@ sSourceList.append(projfile.ProjectFile("% !"machines/"+platform::PATH+"/"+file: end if end foreach -# add the libraries +#--- add the libraries foreach library in exists USEDLIB default ( @() ) do if not exists library::CFILE then let library::CFILE := @() end if if not exists library::CPPFILE then let library::CPPFILE := @() end if @@ -488,7 +488,7 @@ foreach library in exists USEDLIB default ( @() ) do if library::GLOBAL then let libpath := "libraries/" + library::PATH + "/" else - let libpath := "libraries/" + library::PATH + "/" + let libpath := "machines/" + library::PATH + "/" end if foreach file in library::CFILE do %