Skip to content

Commit 4ad3a0a

Browse files
arnaud-lbmvorisek
andauthored
x64
Co-authored-by: Michael Voříšek <[email protected]>
1 parent 459a095 commit 4ad3a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ PHPAPI bool php_tsrm_startup(void);
101101

102102
#ifndef PHP_BUILD_ARCH
103103
# if defined(__x86_64__)
104-
# define PHP_BUILD_ARCH "x86_64"
104+
# define PHP_BUILD_ARCH "x64"
105105
# elif defined(__i386__)
106106
# define PHP_BUILD_ARCH "x86"
107107
# elif defined(__aarch64__)

0 commit comments

Comments
 (0)