Skip to content

Commit

Permalink
fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 25, 2016
1 parent 6571c05 commit 99b5ef6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions i-nex.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ MANDIR = /share/man/man1
APP_NAME = $(PN)
LSB_CS = $(shell lsb_release -cs)
CC_OPTS_LIBCPUID = $(shell pkg-config libcpuid --cflags --libs)
libgl = $(shell pkg-config gl --cflags --libs)
libx11 = $(shell pkg-config x11 --cflags --libs)
libxext = $(shell pkg-config xext --cflags --libs)
ARCH = $(shell uname -m)
GBC = /usr/bin/gbc3
GBCOPTS = -eagtpm
Expand All @@ -26,7 +23,7 @@ RM_COM = rm
RMFILE_OPT = -f
RMDIR_OPT = -Rf
STATIC = true
UDEV_RULES_DIR = /etc/udev/rules.d
UDEV_RULES_DIR = /lib/udev/rules.d

ifeq ($(ARCH),x86)
additional_confflags := --disable-sse2
Expand Down Expand Up @@ -60,4 +57,4 @@ DATABASE_CPU_JSON = $(wildcard $(DATABASE_CPU_JSON_DIR)/*.json)
DATABASE_I2C_JSON_DIR = ../Database/i2c
DATABASE_I2C_JSON = $(wildcard $(DATABASE_I2C_JSON_DIR)/*.json)
DATABASE_SIV_DIR = ../SIV
DATABASE_SIV = $(wildcard $(DATABASE_SIV_DIR)/*.txt)
DATABASE_SIV = $(wildcard $(DATABASE_SIV_DIR)/*.txt)

0 comments on commit 99b5ef6

Please sign in to comment.