mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 00:26:56 +00:00
Build with the PNaCl toolchain
This commit is contained in:
parent
4db53bd4ed
commit
999043b4f6
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VALID_TOOLCHAINS := newlib pnacl
|
||||
VALID_TOOLCHAINS := pnacl
|
||||
|
||||
TARGET = moonlight-chrome
|
||||
|
||||
|
@ -5,13 +5,13 @@
|
||||
<meta http-equiv="Expires" content="-1">
|
||||
<title>Moonlight</title>
|
||||
</head>
|
||||
<body data-name="moonlight" data-tools="pnacl newlib glibc clang-newlib mac" data-configs="Debug Release" data-path="{tc}/{config}">
|
||||
<body data-name="moonlight" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
|
||||
|
||||
<div id="listener">
|
||||
<embed id="moonlight"
|
||||
width=0 height=0
|
||||
src="newlib/Release/moonlight-chrome.nmf"
|
||||
type="application/x-nacl" />
|
||||
src="pnacl/Release/moonlight-chrome.nmf"
|
||||
type="application/x-pnacl" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user