Skip to content

Commit

Permalink
Merge branch 'mr/131-fix-windows-regression' into 'master'
Browse files Browse the repository at this point in the history
Fix out-of-tree build on Windows

See merge request eng/ide/libadalang-tools!165
  • Loading branch information
lambourg committed Nov 24, 2023
2 parents a1e8fb1 + 9993edd commit a7234e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RELOCATE_BUILD=
BIN=bin
else
# build artifacts are relocated to $(BUILD_ROOT)
RELOCATE_BUILD=--relocate-build-tree=$(BUILD_ROOT) --root-dir=.
RELOCATE_BUILD=--relocate-build-tree="$(BUILD_ROOT)" --root-dir=.
BIN=$(BUILD_ROOT)/bin
endif

Expand Down

0 comments on commit a7234e9

Please sign in to comment.