diff options
| author | Manuel Herrmann <[email protected]> | 2019-04-12 12:51:36 +0200 |
|---|---|---|
| committer | Manuel Herrmann <[email protected]> | 2019-04-12 12:51:36 +0200 |
| commit | e34797ed62a4f5f7bab841a0982b3138300d637c (patch) | |
| tree | d84885c4cb11ac878ede2b1567b957504ae0a5fc | |
| parent | 4572f4895e11712ba620097cb504195abc060df2 (diff) | |
rename ARCH amd64 to x86_64: allows luajit to compile
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ endif endif +# map architecture amd64 to x86_64 +ARCH :=$(if $(findstring amd64,$(ARCH)),x86_64,$(ARCH)) + xmake_dir_install :=$(prefix)/share/xmake xmake_core :=./core/src/demo/demo.b xmake_core_install :=$(xmake_dir_install)/xmake |
