Skip to content

Commit

Permalink
remove i386
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Sep 30, 2024
1 parent e53ed61 commit 6a8a5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PKG_LIBS = -L../inst/libs/x64 -L../inst/libs/i386 -lampl -Wl,-rpath,@loader_path/../libs/x64 -Wl,-rpath,\$$ORIGIN/../libs/x64 -Wl,-rpath,\$$ORIGIN/../libs/i386 -Wl,-rpath,\$$ORIGIN/../inst/libs/x64 -Wl,-rpath,\$$ORIGIN/../inst/libs/i386
PKG_LIBS = -L../inst/libs/x64 -lampl -Wl,-rpath,@loader_path/../libs/x64 -Wl,-rpath,\$$ORIGIN/../libs/x64 -Wl,-rpath,\$$ORIGIN/../inst/libs/x64
PKG_CPPFLAGS=-I../src/include -Wall

2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_LIBS = -L../inst/libs/i386 -L../inst/libs/x64 -lampl
PKG_LIBS = -L../inst/libs/x64 -lampl
PKG_CPPFLAGS = -I../src/include -Wall -DNOGDI

0 comments on commit 6a8a5d2

Please sign in to comment.