mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
build: use CXXFLAGS instead of CPPFLAGS
This commit is contained in:
parent
bf1c823d29
commit
70507fe11e
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ nestopia_CPPFLAGS = \
|
|||
-I$(top_srcdir)/source/fltkui \
|
||||
-DNST_DATADIR=\"$(datadir)/nestopia\" \
|
||||
-DNST_DATAROOTDIR=\"$(datarootdir)\" \
|
||||
-DNST_PRAGMA_ONCE \
|
||||
-DNST_PRAGMA_ONCE
|
||||
nestopia_CXXFLAGS = \
|
||||
$(ZLIB_CFLAGS) \
|
||||
$(LIBARCHIVE_CFLAGS) \
|
||||
$(SAMPLERATE_CFLAGS) \
|
||||
|
|
Loading…
Add table
Reference in a new issue