Skip to content

Commit

Permalink
Update cef.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McWatters authored and Andrew McWatters committed Jan 19, 2017
1 parent 1c25847 commit 987b223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
local ffi = require( "ffi" )
io.input( "cef_app_capi.h" )
ffi.cdef( io.read( "*all" ) )
return ffi.load( "cef" )
return ffi.load( ffi.os == "Windows" and "libcef" or "cef" )

0 comments on commit 987b223

Please sign in to comment.