This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
CppSharp
mirror of
https://github.com/mono/CppSharp.git
Watch
1
Star
0
Fork
You've already forked CppSharp
0
Code
Issues
Projects
Releases
Wiki
Activity
Tools and libraries to glue C/C++ APIs to high-level languages
c-sharp
dotnet
mono
bindings
bridge
c
clang
cplusplus
cppsharp
glue
interop
parser
parsing
pinvoke
swig
syntax-tree
visitors
xamarin
xamarin-bindings
2741
Commits
99
Branches
51
Tags
73 MiB
C++
52%
C#
46.4%
Lua
0.9%
Shell
0.3%
JavaScript
0.2%
Tree:
2df96e3fd7
CppSharp
/
build
/
premake5-linux
8 lines
104 B
Raw
Blame
History
#!/bin/sh
if
[
$(
uname -m
)
=
"x86_64"
]
;
then
./premake5-linux-64
$*
else
./premake5-linux-32
$*
fi
Reference in new issue
Copy Permalink