This website requires JavaScript.
Explore
Minetest
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
You've already forked obs-studio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d193a7d547
obs-studio
/
cmake
/
osxbundle
/
obslaunch.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Full rewrite of all CMakeLists CMake now works on all platforms
2014-01-20 07:58:58 -08:00
#!/bin/sh
cd
"
$(
dirname
"
$0
"
)
"
Remove unnecessary distinction between 32bit and 64bit on osx
2014-01-25 11:37:42 -08:00
cd
../Resources/bin
Full rewrite of all CMakeLists CMake now works on all platforms
2014-01-20 07:58:58 -08:00
exec
./obs
"
$@
"