My goal is to compile for different platform, my Tupfile is like

ifeq (@(TUP_PLATFORM),macosx)
    # ...
endif

ifeq (@(TUP_PLATFORM),win32)
 # ...
endif

The doc says it's only possible to change @() variables in tup.config, is 
there any way to pass it via command line? It would be a lot easier to just 
TUP_PLATFORM=macosx; tup. Even more convenient would be passing custom 
variables, not sure if it's possible in tup.

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tup-users/9e315d2b-af7f-4079-a4b4-2d8aedd784f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to