mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Jamrules: Fix instantiation of HAIKU_ABSOLUTE_OUTPUT_DIR.
That's what I get for copy-pasting without reading over what I just did...
This commit is contained in:
parent
68191643b8
commit
f2b20de6d6
2
Jamrules
2
Jamrules
@ -33,7 +33,7 @@ HAIKU_OPTIONAL_BUILD_PACKAGES_DIR ?= [ FDirName $(HAIKU_OUTPUT_DIR)
|
||||
|
||||
# Absolutely rooted versions of some of the main directories
|
||||
HAIKU_ABSOLUTE_TOP ?= [ FDirName $(PWD) $(HAIKU_TOP) ] ;
|
||||
HAIKU_ABSOLUTE_OUTPUT_DIR ?= [ FDirName $(HAIKU_ABSOLUTE_TOP) generated ] ;
|
||||
HAIKU_ABSOLUTE_OUTPUT_DIR ?= [ FDirName $(PWD) $(HAIKU_OUTPUT_DIR) ] ;
|
||||
|
||||
# Cache files for header scanning and jamfile caching
|
||||
HCACHEFILE = header_cache ;
|
||||
|
Loading…
Reference in New Issue
Block a user