mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 15:45:35 +00:00
make.sh: compile before copy autogen files for msvc_update_genfiles
This commit is contained in:
parent
206819bd98
commit
ce35b4e381
1
make.sh
1
make.sh
|
@ -81,6 +81,7 @@ uninstall() {
|
|||
}
|
||||
|
||||
msvc_update_genfiles() {
|
||||
${MAKE}
|
||||
cp qemu/qapi-types.h msvc/unicorn/qapi-types.h
|
||||
cp qemu/qapi-visit.h msvc/unicorn/qapi-visit.h
|
||||
cp qemu/qapi-types.c msvc/unicorn/unicorn/qapi-types.c
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
/* Automatically generated by create_config - do not modify */
|
||||
#define HOST_X86_64 1
|
||||
#define CONFIG_POSIX 1
|
||||
#define CONFIG_BSD 1
|
||||
#define CONFIG_CPUID_H 1
|
||||
|
|
Loading…
Reference in a new issue