2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 04:02:09 +00:00

Use a relative path to atomic-arch-config instead of import-search.

Using a relative path is more explicit and should avoid a potential
name clash in case if there appears a different b2 module with the same
name in a different search location.
This commit is contained in:
Andrey Semashev
2025-06-19 02:34:11 +03:00
parent 1464ef7c2a
commit e57de610db

View File

@@ -5,8 +5,7 @@
# http://www.boost.org/LICENSE_1_0.txt) # http://www.boost.org/LICENSE_1_0.txt)
# #
import-search /boost/atomic/build ; import ../build/atomic-arch-config ;
import atomic-arch-config ;
obj has_sse2 : has_sse2.cpp : <conditional>@atomic-arch-config.sse2-flags ; obj has_sse2 : has_sse2.cpp : <conditional>@atomic-arch-config.sse2-flags ;
explicit has_sse2 ; explicit has_sse2 ;