How to properly set variables in github group when xcodebuild should be run from subfolder?
Ryan Schmidt
ryandesign at macports.org
Fri May 11 08:14:39 PDT 2012
On May 11, 2012, at 10:08, Mojca Miklavec wrote:
> Hello,
>
> I've found this ticket:
> http://trac.macports.org/ticket/29093
> with the following comment: "Note that you don't need to change
> worksrcdir in your portfile. You could instead change configure.dir
> and/or build.dir, for example."
>
> I have just created a new git repository for aquaterm on
> https://github.com/AquaTerm/AquaTerm
> with a minor problem that the file structure is
> <root>/aquaterm
> <root>/aquaterm/AquaTerm.xcodeproject
> <root>/adapters
> instead of a much simpler case where xcodeproject lives in the root.
Have you tried this?
build.dir ${worksrcpath}/aquaterm
More information about the macports-dev
mailing list