LoginSignup
1
0

More than 5 years have passed since last update.

build 32-bit lua on mac

Posted at
make macosx CFLAGS+=-m32 LDFLAGS+=-m32

ついでに発見したのは、同じ32bit x86でも、
windowsとmacのluacの結果が微妙に違うこと:

スクリーンショット 2015-04-06 22.04.42.png

おそらく、debug.tracebackなどでファイルパスを表示するためのものでしょうね。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0