This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
f39600647d
meson
/
test cases
/
common
/
116 subdir subproject
/
prog
/
prog.c
6 lines
51 B
C
Raw
Normal View
History
Unescape
Escape
vs2010: fix target_to_build_root method Python's os.path.split() does not split the path into its components. Instead, split the path with str.split() using the OS's file system separator.
2016-02-24 07:40:14 +08:00
#
include
<sub.h>
int
main
(
)
{
Kill tabs dead! For good!
2018-08-15 02:48:51 +08:00
return
sub
(
)
;
vs2010: fix target_to_build_root method Python's os.path.split() does not split the path into its components. Instead, split the path with str.split() using the OS's file system separator.
2016-02-24 07:40:14 +08:00
}