mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Use <ifnot property="ARCH" value="i386"> instead of <if property="ARCH" value="unknown">, because ARCH would never be defined to unknown
svn path=/trunk/; revision=15936
This commit is contained in:
parent
2054ea72e9
commit
192c84808f
1 changed files with 61 additions and 62 deletions
|
@ -26,9 +26,8 @@
|
|||
<file>wcsnlen.s</file>
|
||||
<file>wcsrchr.s</file>
|
||||
</directory>
|
||||
|
||||
</if>
|
||||
<if property="ARCH" value="unknown">
|
||||
<ifnot property="ARCH" value="i386">
|
||||
<file>memchr.c</file>
|
||||
<file>memcpy.c</file>
|
||||
<file>memmove.c</file>
|
||||
|
@ -53,7 +52,7 @@
|
|||
<file>wcsncpy.c</file>
|
||||
<file>wcsnlen.c</file>
|
||||
<file>wcsrchr.c</file>
|
||||
</if>
|
||||
</ifnot>
|
||||
<!--
|
||||
FIXME:
|
||||
The next files should be a part of ARCH=i386 and ARCH=unknown.
|
||||
|
|
Loading…
Reference in a new issue